@charset "UTF-8";
body {
	background-image: url(../Imagenes/BG.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #97b2d0;
}
a:visited {
	text-decoration: none;
	color: #F60;
       }
a:hover {
           text-decoration: none;
           color: #BEDC2E;
       }
a:active {
           text-decoration: none;
           color: #BFD244;
       }

#Top_front {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:263px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#ContenidosFront {
	position:relative;
	left:0px;
	top:0;
	width:1024px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#Top_interno {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:263px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#Contenidos_internos {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:350px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
.texto_piepagina {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.Contenidos_Arialblanco12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #536374;
}
.Contenidos_Arial12Azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Contenidos_Familiar14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Contenidos_Familiar18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.Contenidos_ArialNegro12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#PiePagina_Front {
	position:relative;
	width:1024px;
	height:25;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
}
#Contenidos_contacto {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:650px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
.medio_blanco {
	background-image: url(../Imagenes/OFP_Par_medio.jpg);
	background-repeat: repeat-y;
}
.medio_family {
	background-image: url(../Imagenes/OFP_medio.jpg);
	background-repeat: repeat-y;
}
.Titulos_mapsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #495e70;
}
.Contenidos_Familiar_negritas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.medio_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(../Imagenes/Contact_medio.jpg);
	background-repeat: repeat-y;
}

#Contenidos_mapasite {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:400px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#Contenidos_resume {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:1550px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#Contenidos_vacancie {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:600px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#Contenidos_privacy {
	position:relative;
	left:0;
	top:0;
	width:1024px;
	height:1200px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#form1 #Contenidos_contacto #contacto_tabla2 #comunicado {
}

.text_infocontacto{
	color:#313f52;
	text-shadow: 1px 1px 0px #ffffff;	
}

input, textarea, select{
	border: solid 1px #9dabb8;
	-moz-border-radius: 5px;
     border-radius: 5px;
	 background: #ebeff2; /* Old browsers */
background: -moz-linear-gradient(top, #ebeff2 13%, #feffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#ebeff2), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebeff2 13%,#feffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebeff2 13%,#feffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ebeff2 13%,#feffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEFF2', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ebeff2 13%,#feffff 100%); /* W3C */
	padding: 5px;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	-webkit-box-shadow: inset 0px 1px 4px #d0d9e0;
-moz-box-shadow: inset 0px 1px 4px #d0d9e0;
box-shadow: inset 0px 1px 4px #d0d9e0;
}
#centro-p {
	background-image: url(../Imagenes/PNG/centro-p.png);
	background-repeat: repeat-y;
	width: 970px;
}
input:focus, textarea:focus, select:focus{
	outline: none;
	-webkit-box-shadow: 0px 0px 7px #a7c0d9;
-moz-box-shadow: 0px 0px 7px #a7c0d9;
box-shadow: 0px 0px 7px #a7c0d9;
	
}
#viñetas {
	position: absolute;
	z-index: 50;
	left: 19px;
	top: 92px;
	visibility: visible;
}
#viñ {
	position: absolute;
	z-index: 50;
	left: 19px;
	top: 145px;
}
.privacidad {
	font-family: Arial, Helvetica, sans-serif;
	color: #495e70;
	font-size: 15px;
	text-align: justify;
	padding-right: 60px;
	padding-left: 60px;
}
.lista-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #495e70;
	padding-right: 60px;
	padding-left: 70px;
	text-align: left;
}
#contenido-p {
	background-image: url(../Imagenes/PNG/centro-p.png);
	width: 970px;
	margin-top: 15px;
}
.head-p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #495e70;
	text-align: center;
}
.subtitulos  {
	font-weight: bold;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #495e70;
}

