@import url('base.css');
@import url('menu.css');
/******* contenido-sitio ********/
/*** TOP ***/
.cont_top{
	height: 315px;
	overflow: hidden;
	position: relative;
}
.cont_logo{
	/*margin-top: 45px;*/
	float: left;
	overflow: hidden;
}
.logo{
	position: absolute;
	top: 55px;
	left: 0px;
	width: 286px;
}
.tv{
	background: url(../img/tv.jpg) no-repeat top left;
	width: 404px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 530px
	/*float: right;
	margin-top: -50px;*/
}
.cont_tv{
	margin: 15px 18px 43px 15px;
	overflow: hidden;
	/*border: 1px solid #009900;*/
	height: 167px;
}
/*MENU*/

.cont_menu{
background:url(../img/bg_contmenu-repeat.jpg) repeat-x top left;
height:72px;
float:right;	
overflow:hidden;
/*width:660px;*/
margin-top:5px
}
.menu{
background:url(../img/bg_contmenu.jpg) repeat-x top left;
overflow:hidden;
}

/********* cuerpo ************/

.cuerpo {
	/*min-height:400px;
 	height: expression(this.scrollHeight < 401? "400px" : "auto" );*/
 	overflow: hidden;
}

.col1{
	width: 440px;
	float: left;
	overflow: hidden;
}
.col2{
	width: 520px;
	float: left;
	overflow: hidden;
}

/** lista **/

.lista{
	overflow: hidden;;
	margin: 10px 0px 0px 30px;
}

.lista li{
	background: url(../img/flecha.jpg) no-repeat 0 4px;
	margin-bottom:5px;
	padding-left: 15px;
}
.lista2{
	overflow: hidden;;
	margin: 10px 0px 0px 0px;
}

.lista2 li{
	background: url(../img/flecha.jpg) no-repeat 0 4px;
	margin-bottom:5px;
	padding-left: 15px;
}
.fuente{
	font: normal 11px Arial;
	text-align: right;
}
.fuente strong{
	font: bold 11px Arial;
	color: #1d5b94;
}
.img{
	padding: 5px;
	border: 1px solid #dedede;
	background: #fff;
	float: right;
	margin: 0px 10px 5px 10px;
}
/********* formulario ************/

.cont_form{
	overflow: hidden;
	margin-left: 0px;
	float: left;
	width: 280px;
}

input{
	float:left;
	height: 20px; /*16px;*/
	border: none;
}
.input{
	background: #1a5e9f;
	width: 200px;
	font: normal 11px Arial;
	color: #fff;
	margin-bottom: 5px;
}
.texform{
	float: left;
	width: 55px;
}
.texarea{
	background: #1a5e9f;
	width: 200px;
	font: normal 11px Arial;
	color: #fff;
	margin-bottom: 5px;
	height: 90px;
	border: none;
}


.linea{
	height: 1px;
	background: #dedede;
	margin: 10px 0px 10px 0px;
}

