@charset "utf-8";

body{
	background: #333;
	text-align:center;
	background: url(../imagenes/bg.gif);
	margin:30px auto;
}
img{
	border:0;
}
.web{
	line-height:20px;
	height:99%;
	vertical-align:middle;
}
.contenedor{
	text-align:left;
	background: #FFF url(../imagenes/bg_top.jpg) repeat-x top;
	width:728px;
	border: 10px solid #666666;
	background-color:#FFFFFF;
	margin:auto;
}
.cabecera{
	padding:10px;
	border-bottom: 6px solid #CCCCCC;
}
h3{
	clear:both;
	color:#666;
	border-bottom:2px dotted #F5F5F5;
	padding:5px;
	margin:0 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 b{
	color:#66CCFF;
}
.publicidad{
	border-bottom:2px solid #000000;
}
.menu_google{
	height:15px;
}
.menu_sup{
	padding:5px;
	background-color:#EBEBEB;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
.menu_sup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu_sup ul li{
	display:inline;
	padding:5px;
}
.menu_sup a{
	color:#999;
	text-decoration:none;
}
.menu_sup a:hover{
	color:#333;
}	
.contenido{
	min-height:330px;
	height: auto !important;
	height: 330px;
	margin:10px 10px 10px 60px;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
.contenido b{
	color:#66CCFF;
}
.contenido a{
	color:#3399FF;
}
.pie{
	clear:both;
	margin-top:3px;
	padding:3px;
	border-top:4px solid #EEE;
	color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.pie a{
	text-decoration:none;
	color:#999999;
}