@charset "utf-8";

@font-face {
    font-family: 'myCalibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Antializado en Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'myCalibri';
src: url('../fonts/calibri.svg') format('svg');
}
}

.video_parte04 {
	width: 483px;
	height: 310px;
}
.ventana_fondo {
	background-color: rgba(33, 41, 53, 0.45);
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 15;
}
.mensaje_centrado_alerta {
	width: 700px;
	height: 530px;
	margin-left: -350px; /* Mitad del ancho de la ventana */
	margin-top: -215px; /* Mitad del alto de la ventana */		
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.mensaje_boton_cerrar {
	width: 26px;
	height: 26px;
	background-image: url(../imagenes/ven_botcerrar_off.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
}	
.mensaje_boton_cerrar:hover {
	background-image: url(../imagenes/ven_botcerrar_over.png);
	cursor: pointer;
}

.bot_video {
	height: 21px;
	background-image: url(bot_video_off.jpg);
	font-family: myCalibri;
	font-size: 14px;
	color: #c90000;
	text-decoration: none;
	font-weight: lighter;
	padding-left: 26px;
	background-repeat: no-repeat;
	text-wrap: none;
	padding-top: 2px;
}
.bot_video:hover {
	background-image: url(bot_video_over.jpg);
	font-family: myCalibri;
	font-size: 14px;
	color: #c90000;
	text-decoration: underline;
	font-weight: lighter;
	padding-left: 26px;
	background-repeat: no-repeat;
	text-wrap: none;
	padding-top: 2px;
	cursor: pointer;
}
.cabecera {
	background-image: url(cabecera.jpg);
	height: 130px;
}

.text01 {
	font-family: myCalibri;
	font-size: 18px;
	color: #676767;
	text-decoration: none;
	font-weight: lighter;
}
.text01 A:link{
	font-family: myCalibri;
	font-size: 18px;
	color: #676767;
	text-decoration: none;
}
.text01 A:hover{
	font-family: myCalibri;
	font-size: 18px;
	color: #03679C;
}

.text02 {
	font-family: myCalibri;
	font-size: 16px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: lighter;
	line-height: 22px;
}


.text03 {
	font-family: myCalibri;
	font-size: 36px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
}

.text04 {
	font-family: myCalibri;
	font-size: 28px;
	color: #676767;
	text-decoration: none;
	font-weight: lighter;
	line-height: 28px;
}
.text05 {
	font-family: myCalibri;
	font-size: 20px;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: lighter;
	line-height: 22px;
	font-style: italic;
}
.text06 {
	font-family: myCalibri;
	font-size: 16px;
	color: #6f6f6f;
	text-decoration: none;
	font-weight: lighter;
	line-height: 18px;
}
.text07 {
	font-family: myCalibri;
	font-size: 18px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
}
.text07 A:link {
	font-family: myCalibri;
	font-size: 18px;
	color: #01A2EF;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
}
.text07 A:visited {
	font-family: myCalibri;
	font-size: 18px;
	color: #01A2EF;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
}
.text07 A:hover {
	font-family: myCalibri;
	font-size: 18px;
	color: #03679C;
	text-decoration: none;
	font-weight: lighter;
	font-style: italic;
}
.text08 {
	font-family: myCalibri;
	font-size: 24px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
}
.text08 A:link {
	font-family: myCalibri;
	font-size: 24px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
}
.text08 A:visited {
	font-family: myCalibri;
	font-size: 24px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
}
.text08 A:hover {
	font-family: myCalibri;
	font-size: 24px;
	color: #CC3300;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
}
.text09 {
	font-family: myCalibri;
	font-size: 24px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 22px;
}

.text10 {
	font-family: myCalibri;
	font-size: 24px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: lighter;
	line-height: 22px;
}
.text11 {
	font-family: myCalibri;
	font-size: 16px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
}
.text11 A:link {
	font-family: myCalibri;
	font-size: 16px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
}
.text11 A:hover {
	font-family: myCalibri;
	font-size: 16px;
	color: #01A2EF;
	text-decoration: underline;
	font-weight: lighter;
	line-height: 16px;
}
.text11 A:visited {
	font-family: myCalibri;
	font-size: 16px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
}
.text12 {
	font-family: myCalibri;
	font-size: 16px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
}

.text13 {
	font-family: myCalibri;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	line-height: 13px;
}
.text14 {
	font-family: myCalibri;
	font-size: 20px;
	color: #0184C2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
}
.text15 {
	font-family: myCalibri;
	font-size: 17px;
	color: #0184c2;
	text-decoration: none;
	font-weight: lighter;
	line-height: 16px;
	font-style: italic;
}
.capturas_over {
	text-decoration: none;
	background-image: url(capturas_over.png);
	cursor: pointer;
}

.texto_areacampo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -1px;
	height: 80px;
	padding-left: 15px;
	border: thin solid #CCC;
}


.texto_campo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -1px;
	height: 28px;
	padding-left: 15px;
	border: thin solid #CCC;
}






.botmenu_off {
	font-family: myCalibri;
	font-size: 23px;
	color: #676767;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 4px;
	overflow: hidden;
	width: auto;
	background-color: #FFF;
	transition: all 0.5s ease-in-out;
}

.botmenu_off_testimonios {
	font-family: myCalibri;
	font-size: 23px;
	color: #676767;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 4px;
	overflow: hidden;
	width: auto;
	background-color: #B9E9FF;
	transition: all 0.5s ease-in-out;
}


.botmenu_over {
	font-family: myCalibri;
	font-size: 23px;
	color: #009BDE;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 4px;
	overflow: hidden;
	width: auto;
	cursor: pointer;
}
.botmenu_select {
	font-family: myCalibri;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 4px;
	overflow: hidden;
	width: auto;
	background-color: #000;
}

.botinte_off {
	font-family: myCalibri;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 27px;
	padding-left: 27px;
	font-weight: lighter;
	padding-top: 8px;
	overflow: hidden;
	width: auto;
	background-color: #0184c2;
	cursor: pointer;
}
.botinte_over {
	font-family: myCalibri;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-right: 27px;
	padding-left: 27px;
	font-weight: lighter;
	padding-top: 8px;
	overflow: hidden;
	width: auto;
	background-color: #03679C;
	cursor: pointer;
}
