@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
img{
	behavior: url(/include/iepngfix.htc);
	}
#contenedor{
	background:url(bitmaps/bg.jpg) left top no-repeat;
	width:750px;
	height: 620px;
	overflow: hidden;
}
#content_right{
	width: 470px;
	float: right;
	overflow: hidden;
	}
#content_left{
	width: 245px;
	float: left;
	overflow: hidden;
	}	
#content_right h1{
	background:url(bitmaps/h1.png) left top no-repeat;
	width: 457px;
	height: 74px;
	text-indent: -9999px;
	margin: 26px 0 0 0;
	float: left;
	behavior: url(/include/iepngfix.htc);
}
#content_right .premios {
	float: left;
	margin: 26px 0 0 0;
	}
.logo_super_seguro {
	float: left;
	margin: 180px 0 0 38px;
	}
.logo_consorcio {
	float: left;
	margin: 10px 0 0 42px;
	}
.logo_rsa {
	float: left;
	margin: 30px 0 0 50px;
	}	
.legales{
	background: url(bitmaps/icon_legales.gif) 0px 3px no-repeat;
	padding-left: 12px; 
	margin: 38px 0 0 80px;
	float: left;
	color: #737373;
	text-decoration: underline;
	}
	.legales:hover {
	text-decoration: none;
	}
#content_right ul{
	width: 395px;
	float: left;
	margin-top: 20px;
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	}
#content_right ul li{
	background: url(bitmaps/bullet.gif) 0px 3px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
	}
#thickbox p{
	font-size: 10px;
	color: #737373;
	margin-bottom: 5px;
	text-align: justify;
	}	

/* --------------------------- polizas------- */


	#archivos_pdf {
		float: left;
		color:#666;
		margin-top: 15px;
		outline:none;
		width:230px;
		text-align:left;
	}
	#archivos_pdf a.pdf_datos{
		background:url(bitmaps/pdf_ico.gif) left top no-repeat;
		color:#666;
		text-decoration:underline;
		margin:0;
		padding:0 0 0 17px;
		display:inline;
		outline:none;
	}
	#archivos_pdf a.pdf_datos:hover{
		text-decoration: none;
	}		


/* --------------------------- caja rut y clave ------- */

#contenedor #rutclave{
	float: left;
	clear: both;
	margin: 23px 0 0 0;
	padding: 0;
	width: 408px;
	height: 75px;
	background: url(bitmaps/bg_rutyclave.gif) 0 0 no-repeat;
	position: relative;
	display: inline;/*elimina el margen doble de ie6*/
}


		#contenedor form {	
		}
		#contenedor fieldset {
			width: 408px;
			padding: 15px 0 0 25px;
			font-size: 12px;
			color: #333;
			margin:0;
			border:0;
			}

			#contenedor fieldset label.nombres {
				color: #000;
				margin: 0;
				padding: 0;
			}
			#contenedor fieldset p{
				margin-bottom: 10px;
				}
			#contenedor fieldset p span{
				color: #F00;
				font-weight: bold;
				}	
			#contenedor fieldset legend {
				display: none;
			}

			#contenedor form fieldset input {
				border: 1px solid #E0E0E0;
			}

				#contenedor form fieldset input.cajarut {
					width: 100px;
				}

				#contenedor form fieldset input.cajaclave {
					width: 100px;
				}
				
			#contenedor form fieldset button {
				background: url(bitmaps/btn_rutyclave.gif) top left no-repeat;
				width: 58px;
				height: 60px;
				border: 0;
				display:block;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position: absolute;
				left: 347px;
				top: 5px;
			}
			#contenedor form fieldset button:hover {
				background: url(bitmaps/btn_rutyclave.gif) bottom left no-repeat;
			}			
			
/*-------fin rut clave -------*/

