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

#contenedor-banner{
	width:204px;
	height:130px;
	background-color:#E2E2E4;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 5px;
}
#contenedor-azul{
	background-color:#1C2864;
	height:21px;
	color:#FFFFFF;
	font-size:17px;
	text-align:center;
	padding-top:5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor-txt{font-size:11px; text-align:center; 	line-height: 17px; padding-top:15px; padding-bottom:10px}
#contenedor-bt{
	height:21px;
	width:140px;
	color:#FFFFFF;
	font-size:10px;
	margin-left: 32px;
}
.txt {text-decoration: none;color: #FFFFFF;}
a.txt:hover{text-decoration: underline;}
#contenedor-bt-txt{
	float:left;
	background-color:#F86400;
	width:120px;
	text-align:center;
	height:21px;
	line-height: 20px;
}
#bt-der{
	background-image: url(../img/bt-naranja-der.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	width: 10px;
}
#bt-izq{
	background-image: url(../img/bt-naranja-izq.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 10px;
	float: left
	}
	
#telefono{
	background-image: url(../img/telefono.gif);
	height: 70px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 510px;
	
}
