/* CSS Document */
html {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
body {
	background-color: #fcdf8a;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/fdo_degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	vertical-align: bottom;
}
/* Formularios*/
input {
	font-size: 11px;
	color: #73716f;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
select {
	font-size: 11px;
	color: #73716f;
	margin-bottom: 3px;
	border: 1px solid #9C9C9C;
}
textarea {
	font-size: 11px;
	color: #73716f;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
}
input.checkbox {
	font-size: 11px;
	color: #73716f;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #4D6E97;
	border-right-color: #4D6E97;
	border-bottom-color: #4D6E97;
	border-left-color: #4D6E97;
}
.form_boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2B2D86;
	padding-top: 0px;
	padding-left: 5px;
	margin-left: 4px;
	margin-bottom: 0px;
}
hr{
	text-decoration: none;
	color: #f8f8f8;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Titulos*/ 
h1{
	font-size: 14px;
	color: #2b2d86;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
h2{
	font-size: 18px;
	color: #FCC223;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	clear: none;
	float: left;
	position: relative;
}
h3{
	font-size: 14px;
	color: #030871;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4{
	font-size: 12px;
	color: #AF3B20;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h5{
	font-size: 20px;
	color: #4e4e4e;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	clear: none;
	float: left;
}
h1 a, h2 a {
	color: #020672;
	text-decoration: none;
}
h1 a:hover, h2 a:hover{
	color: #020672;
	text-decoration: underline;
}
/* PAGINADOR */
.tabla_paginador  {
	clear: none;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 90%;
}
.tabla_paginador_2  {
	clear: none;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 5px;
	width: 480px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

.tabla_paginador  ul, .tabla_paginador_2  ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabla_paginador  li, .tabla_paginador_2  li{
	display: inline;
}
.tabla_paginador  a, .tabla_paginador_2  a{
	color: #484848;
	text-decoration: none;
}

.tabla_paginador a:hover, .tabla_paginador_2 a:hover{
	text-decoration: underline;
}
.tabla_paginador  .numero, .tabla_paginador_2  .numero{
	background-color: #E7E7E7;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #E7E7E7;
}
.tabla_paginador .numero:hover, .tabla_paginador_2 .numero:hover{
	background-color: #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
}
.tabla_paginador  .numero_activo, .tabla_paginador_2  .numero_activo {
	background-color: #040870;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.tabla_paginador  .numero_activo:hover,  .tabla_paginador_2  .numero_activo:hover{
	text-decoration: none;
}
/* FOOTER */
#footer {
	clear: none;
	float: left;
	position: relative;
	width: 880px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
#footer a{
	font-size: 10px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #232323;
	text-decoration: underline;
}
#footer_izq {
	clear: none;
	float: left;
	position: relative;
	width: 400px;
	padding-left: 15px;
	padding-top: 15px;
}
#footer_der {
	clear: none;
	float: right;
	position: relative;
	width: 400px;
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
}
#footer_der_validadores {
	clear: none;
	float: right;
	position: relative;
	width: 400px;
	text-align: right;
	padding-right: 10px;
	padding-top: 11px;
}
#footer_der_validadores a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_der_validadores img {
	margin-left: 2px;
}
#container {
	clear: none;
	width: 880px;
	position: relative;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/fdo_full.gif);
	background-repeat: repeat-y;
}
#container_cont {
	clear: both;
	width: 904px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FDFDFD;
}
/* Columna Izquierda*/ 
#col_izq {
	clear: none;
	width: 215px;
	position: relative;
	float: left;
}
#idiomas {
	clear: none;
	width: 215px;
	position: relative;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ededf3;
	border-bottom-color: #ededf3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #adafcf;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#idiomas a{
	font-size: 10px;
	font-weight: normal;
	color: #adafcf;
	text-decoration: none;
}
#idiomas a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #adafcf;
	text-decoration: underline;
}
#box_ofrecemos {
	clear: none;
	width: 215px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00036e;
	text-decoration: none;
	padding-top: 14px;
}
.ofrecemos {
	clear: none;
	width: 188px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00036e;
	text-decoration: none;
	background-image: url(../images/estrellita.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 3px;
	padding-bottom: 8px;
}
/* Fin Columna Izquierda*/ 

/* Columna Derecha*/ 
#col_der {
	clear: none;
	width: 665px;
	position: relative;
	float: left;
	background-image: url(../images/fdo_colder1.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 30px;
}
#header_menu {
	clear: none;
	width: 665px;
	position: relative;
	float: left;
	height: 64px;
}
#contenido {
	clear: none;
	width: 620px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
}
#contenido a{
	color: #030A7A;
	text-decoration: none;
}
#contenido a:hover{
	text-decoration: underline;
}
#contenido_fondo {
	clear: none;
	width: 620px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	background-image: url(../images/contenido_fondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 719px;
}
#contenido_fondo a{
	color: #060D7D;
	text-decoration: none;

}
#contenido_fondo a:hover{
	text-decoration: underline;

}
#box_promocion {
	clear: none;
	width: 620px;
	position: relative;
	float: left;
}
#promocion_img {
	clear: none;
	width: 620px;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
#opcion_nota {
	clear: none;
	float: left;
	position: relative;
	width: 615px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3c418b;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 5px;
}
#opcion_nota a{
	font-size: 10px;
	font-weight: normal;
	color: #3c418b;
	text-decoration: none;
}
#opcion_nota a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #3c418b;
	text-decoration: underline;
}#box_tit {
	clear: none;
	width: 620px;
	position: relative;
	float: left;
}
.box_rentabilidad {
	clear: none;
	width: 245px;
	position: relative;
	float: left;
	margin-top: 25px;
	padding-right: 60px;
}
.rentabilidad {
	clear: none;
	width: 245px;
	position: relative;
	float: left;
	margin-top: 10px;
}
.box_promos_disponibles {
	clear: none;
	width: 591px;
	position: relative;
	float: left;
	background-color: #f5f5f9;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 9px;
	color: #2b2d86;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.promos_disponibles_img {
	clear: none;
	position: relative;
	float: left;
	background-color: #f5f5f9;
	margin-right: 16px;
	margin-bottom: 5px;
}
.promos_disponibles_tit {
	clear: none;
	width: 449px;
	position: relative;
	float: left;
	background-color: #f5f5f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b2d86;
	text-decoration: none;
	margin-bottom: 10px;
}
.promos_disponibles_tit a{
	font-size: 12px;
	font-weight: bold;
	color: #2b2d86;
	text-decoration: none;
}
.promos_disponibles_tit a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #2b2d86;
	text-decoration: underline;
}
#naves_presentacion {
	clear: both;
	width: 245px;
	position: relative;
	float: left;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #030871;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#contenido_img1 {
	clear: none;
	width: 665px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
}
.box_prensa1 {
	clear: none;
	float: left;
	position: relative;
	width: 606px;
	background-color: #f2f2f8;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
}
.box_prensa2 {
	clear: none;
	float: left;
	position: relative;
	width: 606px;
	background-color: #fff9eb;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
}
.img_prensa {
	clear: none;
	float: left;
	position: relative;
	margin-right: 15px;
}
.fecha_prensa {
	clear: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: none;
	width: 504px;
}
.descrip_prensa {
	clear: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 503px;
}
.descrip_prensa a{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.descrip_prensa a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#flash_home {
	clear: none;
	width: 665px;
	position: relative;
	float: left;
}
#box_destacados {
	clear: none;
	width: 611px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	background-color: #f1f1f6;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 9px;
}
.box_destacados_izq {
	clear: both;
	width: 610px;
	position: relative;
	float: left;
	text-decoration: none;
	padding-bottom: 15px;
}
#box_destacados_der {
	clear: none;
	width: 300px;
	position: relative;
	float: left;
	padding-left: 8px;
}
.destacados {
	clear: none;
	width: 283px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	background-color: #f1f1f6;
	margin-bottom: 20px;
	height: 75px;
}
.destacados_img {
	clear: none;
	position: relative;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.destacados_tit {
	clear: none;
	width: 190px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232323;
	text-decoration: none;
	background-color: #f1f1f6;
}
.destacados_tit a{
	font-size: 11px;
	font-weight: bold;
	color: #232323;
	text-decoration: none;
}
.destacados_tit a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #232323;
	text-decoration: underline;
}
#contenido .box_prensa1 h2, #contenido .box_prensa2 h2{
	font-size: 12px;
}
#contenido .imagen_quienes_destacados img {
	text-align: left;
	white-space: normal;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imagen_quienes2 {
	clear: none;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.box_contacto {
	clear: none;
	width: 285px;
	position: relative;
	float: left;
	margin-top: 25px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 150px;
}
.box_contacto2 {
	clear: none;
	width: 290px;
	position: relative;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D7E5;
	padding-left: 5px;
}
.box_contacto3 {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D7E5;
}
.tit_form {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00036E;
	text-decoration: none;
	background-color: #D6D7E5;
	padding-left: 10px;
}
.box_trabaja1 {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D7E5;
	margin-bottom: 20px;
}
.box_trabaja2 {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D7E5;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box_trabaja2_tit {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B2D86;
	text-decoration: none;
}
.box_trabaja2_tit a{
	font-size: 11px;
	font-weight: bold;
	color: #2B2D86;
	text-decoration: none;
}
.box_trabaja2_tit a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #2B2D86;
	text-decoration: underline;
}
.box_trabaja2_descrip {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
}
.box_trabaja2_inscribirse {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #2B2D86;
	text-decoration: none;
}
.box_trabaja2_inscribirse a{
	font-size: 10px;
	font-weight: normal;
	color: #2B2D86;
	text-decoration: none;
}
.box_trabaja2_inscribirse a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #2B2D86;
	text-decoration: underline;
}.box_trabaja2_inscribirse2 {
	clear: none;
	width: 610px;
	position: relative;
	float: left;
	text-align: right;
	text-decoration: none;
	padding-top: 5px;
}
#contenido .box_trabaja1 h1 {
	color: #FEB703;
}

#contenido_img1 #naves_video {
	background-image: url(../images/img_naves_industriales.jpg);
	background-repeat: no-repeat;
	height: 280px;
	padding-top: 30px;
	text-align: left;
	padding-right: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #040971;
	padding-left: 40px;
}
#box_galeria {
	clear: none;
	width: 603px;
	position: relative;
	float: left;
	text-decoration: none;
	background-color: #F7F8F9;
	padding-top: 20px;
	padding-left: 16px;
	padding-bottom: 20px;
}
.galeria_click {
	text-decoration: none;
	text-align: left;
	clear: none;
	float: left;
	width: 480px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00036E;
}
#img_galeria1 {
	clear: none;
	width: 480px;
	position: relative;
	float: left;
	text-decoration: none;
	text-align: center;
}
.img_galeria_m {
	clear: none;
	position: relative;
	float: left;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 7px;
}
.galeria_click2 {
	text-decoration: none;
	text-align: left;
	clear: none;
	float: left;
	width: 619px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0E0EB;
}

#contenido .box_mapa {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00036E;
}
#contenido .box_mapa a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCBC0B;
}


.box_videos {
	clear: none;
	float: left;
	position: relative;
	width: 265px;
	background-color: #f2f2f8;
	padding: 10px;
	margin: 5px;
}
.box_planos2 {
	clear: none;
	float: left;
	position: relative;
	width: 606px;
	background-color: #fff9eb;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
}
.img_planos{
	clear: none;
	float: left;
	position: relative;
}
.box_planos1{
	clear: none;
	float: left;
	position: relative;
	width: 240px;
	background-color: #f2f2f8;
	padding: 10px;
	margin: 5px;
}

.img_videos{
	clear: none;
	float: left;
	position: relative;
}
.descrip_planos{
	clear: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 240px;
}
.descrip_planos a{
	font-size: 12px;
	font-weight: bold;
	color: #020672;
	text-decoration: none;
}
.descrip_planos a:hover{
	text-decoration: underline;
}
.descrip_planos_descarga {
	clear: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 305px;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 8px;
	padding-left: 35px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C1C1DD;
	margin-top: 5px;
}
.descrip_planos_descarga a{
	color: #020672;
	text-decoration: none;
}
.descrip_planos_descarga a:hover{
	text-decoration: underline;
}
.popup_centro {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d6d7e5;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d6d7e5;
}
.popup_foot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #010671;
	padding: 5px;
	text-align: center;
}
.popup_direccion {
	background-color: #D6D7E5;
	padding-bottom: 5px;
}
.alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #030A7A;
	font-weight: bold;
	float: left;
	padding-left: 20px;
}
#contenido #caracteristicas_cont {
	width: 610px;
}
#contenido #box_tit a{
	color: #FFCC00;
	text-decoration: underline;
}
#tel_izquierda {
	width: 215px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: none;
	float: left;
	position: relative;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ededf3;
	text-align: center;
}
#logoimpresion {
	visibility: hidden;
	float: left;
	clear: none;
	position: relative;
	display: none;
}
#contenido #videobig {
	float: left;
	width: 350px;
	position: relative;
	clear: none;
}
