/* CSS Document */

body{
	margin: 0px;
	background-color: #dddddd;
}

#contenido{
	width: 100%;
	width: 100%;
	min-width: 800px;
}

#contenido .header{
	background-image: url(../img/bgheader.png);
	background-repeat: repeat-x;
}

#header{
	width: 800px;
	height: 90px;
	background-image: url(../img/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
}

#contenido .banner{
	background-image: url(../img/bgbanner.png);
	background-repeat: repeat-x;
}

#contenido .bannerlegal{
	background-image: url(../img/bgbanner.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Verdana;
	font-size: 12px;
}

#bannerlegal{
	width: 800px;
	font-family: Verdana;
	color: #ffffff;
}

#banner{
	width: 800px;
	height: 250px;
	font-family: Verdana;
	color: #ffffff;
}

#banner .gallery{
	float: right;
}

#banner .slogan{
	font-size: 40px;
	font-weight: bold;
}

#banner .sobreslogan{
	font-size: 30px;
}

#contenido .info{
	background-image: url(../img/bginfo.png);
	background-repeat: repeat-x;
	background-position: top;
}

#info{
	width: 800px;
	font-family: Verdana;
	color: #000000;
}

#info td{
	/*background-image: url(../img/infotdbg.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 199px;
	padding: 10px;
	padding-top: 20px;
	font-size: 12px;
}

#info .separador{
	background-image: url(../img/infotdsep.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 2px;
	padding: 0px;
}

#info .titulo{
	font-weight: bold;
}

#footer{
	width: 800px;
	font-family: Verdana;
	color: #000000;
}

#footer td{
	font-size: 8px;
}

#footer a{
	color: black;
	text-decoration: none;
	font-weight: bolder;
}

.bgweb{
	background-image: url(../img/bgweb.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.bghosting{
	background-image: url(../img/bghosting.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.bgprogramacion{
	background-image: url(../img/bgprogramacion.png);
	background-repeat: no-repeat;
	background-position: top center;
}