@charset "UTF-8";
/* CSS Document */

.bloque1 {
	width: 605px;
	background-color: #FFF;
	margin-top:15px;
}
 
.bloque2 {
	width: 285px;
	height: 290px;
	margin: 15px 0;
	padding:6px;
	float: left;
	background-color: #FFF;
	
	overflow:visible;
}

.bloque2 img {
	margin-right:8px;
}

.bloque3 {
	width: 285px;
	height:290px;
	padding:6px;
	float: right;
	background-color: #FFF; 
	overflow:visible;
	margin: 15px 0;
}
	
.bloque3 img {
	margin-left:8px;
}	
 
.pie1 {
	width: 285px;
	height: 100px;
	padding:6px;
	background-color:#0186a5;
	background-image: url(../_imags/BGR/fondopie1.jpg);
	background-repeat:repeat-y;
	float: left;
	margin-bottom:15px;
	overflow: visible;
 }
 
.pie1 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF; 
}
.pie1 a {
	color: #000;
	font-weight:bold;
}
 
.pie2 {
	width: 285px;
	height: 100px;
	padding:6px;
	background-color:#004f8a;
	background-image: url(../_imags/BGR/fondopie2.jpg);
	background-repeat:repeat-y;
	float: right;
	margin-bottom:15px;
	overflow:visible;
}
 
.pie2 label {
	font-size: 24px;
	font-weight: bold;
	color: #FF0;
	margin-right: 4px;
}
.pie2 input {
	width:130px;
}
.pie2 .icono {
	float:right;
	height:25px;
	margin-top:4px;
}

.pie2 p {
	color: #FFF;
}

 
.estilo1{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase; }
	
/*.bloque1 h2, .bloque2 h2, .bloque3 h2, .pie1 h2, .pie2 h2 {padding: 4px 4px 0 4px;}*/
.contenidoCajaHome {padding: 7px;}

.redondito {
border.radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url(border-radius.htc);
}





