@charset "UTF-8";
/* CSS Document */

#contenedor_popup {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	height: 475px;
	background: url(../img/background/backgroundpopup.gif) no-repeat left top;
}

#contenedor_popupvideo {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}

#columna_izq_popup {
	float: left;
	width: 235px;
	margin-left: 9px;
	padding-top: 42px;
}

#columna_izq_popup h3 {
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #ccc9c1;
	border-bottom: 1px solid #ccc9c1;
	text-align: right;
	height: 28px;
	line-height: 28px;
	font-size: 1.2em;
	margin-bottom: 30px;
	padding-right: 5px;
}

#columna_der_popup {
	float: right;
	width: 593px;
	margin-right: 27px;
}
#columna_der_popup p {
	margin-top: 42px;
	border-top: 1px solid #ccc9c1;
	float: left;
	color: #FFFFFF;
	text-align: left;
	font: 0.9em/18px "arial narrow", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.componentes  {
	float: left;
	height: 86px;
	width: 278px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 7px;
}

.componentes ul {
	list-style-type: none;
	text-align: left;
	float: left;
	width: 210px;
	margin: 0px;
}

.componentes li {
	font: 0.8em/18px "arial narrow", Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-image: url(../img/servicios/popups/vinyeta_popups.png);
	margin-top: 20px;
	margin-left: 15px;
}

.componentes img {
	float: left;
	margin-top: 5px;
}

#informacion a {
	display: none;
	float: right;
	height: 27px;
	width: 267px;
	margin-top: 15px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../img/arquitectura/botsolicitar.gif) no-repeat right 0px;
	line-height: 27px;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 12px;
	margin-right: 16px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}
#informacion  a:active { background: url(../img/arquitectura/botsolicitar_on.gif) no-repeat right 0px; }
