@import url("includes/idiomas/idioma.css");
@import url("includes/header/header.css");
@import url("includes/menu/menu.css");
@import url("includes/flooter/flooter.css");
@import url("includes/productos/productos.css");
@import url("includes/encuestas2/encuesta.css");
@import url("includes/noticias/noticias.css");
@import url("includes/thumbs/thumbs.css");

td {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
}

a {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #63BA29;
	text-decoration: none;
}
.banner1 {
	height: 212px;
	width: 425px;	
}

.banner2 {
	height: 173px;
	width: 425px;
}
.banner3 {
	height: 175px;
	width: 298px;
	padding-top: 5px;
	margin-top: 38px;
	margin-left:8px;
}
body {
	margin: 0px;
	padding: 0px;
}

.video-home{
	margin-top:15px;
}
.noticias-home {
	text-align:left;
	overflow:auto;
	margin:0 8px;
}
.noticias-home div{
	clear:both;
	margin-bottom:10px;
}
.noticias-home .noticias_foto{
	border:1px solid #999999;
	float:left;
	height:60px;
	width:100px;
	margin-right:10px;
	padding:5px;
	display:inline;
}
.noticias-home .noticias-mas{
	display:block;
	clear:both;
	text-align:right;
	font-weight:bold;
	margin-right:10px;	
}
#player{
	width:306px !important;
}
div.imagen{
	float:left;
}
div.imagen img{
	margin-right:10px;
}
div.txt{
	padding-top:8px;
	padding-left:8px;
}