/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
body{
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:24px;
	text-align:justify;
}

.over{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	color:#000;
	text-decoration:underline;	
}

#menu{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
}

#vinculo a{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	color:#000;
	text-decoration:none;
}

#vinculo a:hover{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	color:#001a62;
	text-decoration:underline;
}

#vinculoGris a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	color:#676767;
	text-decoration:none;
}

#vinculoGris a:hover{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	color:#676767;
	text-decoration:underline;
}

#vinculoAzul a{
	color:#001a62;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
	text-decoration:none;
}

#vinculoAzul a:hover{
	color:#001a62;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
	text-decoration:underline;
}

#vinculoServicios a{
	color:#001a62;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	text-decoration:none;
}

#vinculoServicios a:hover{
	color:#001a62;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;	
	text-decoration:underline;
}

#image{
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 74%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(74%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	padding:10px;
	border:#d6d6d6 solid 1px;
	border-radius:10px;
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
}

#form{
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 74%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(74%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 74%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	padding:10px;
	border:#d6d6d6 solid 1px;
	border-radius:10px;
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
}

#vinculoForm a{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;	
	color:#000;
	text-decoration:none;
}

#vinculoForm a:hover{
	color:#000;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;	
	color:#001a62;
	text-decoration:underline;
}

.fecha{
	color:#d7aa0d;
	font-size:14px;
	font-weight:800;
}