* {
margin: 0;
padding: 0;
}


body {
	width: 790px;
	height: 100%;
	margin: auto;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/bg-body.jpg);
	line-height: 1.5;
	text-align: center;
	background-attachment: fixed;
}
/*----------------------------------BLOQUES----------------------------*/
#top {
	width: 790px;
	height: 200px;
	/*background-color:#a00;*/
	background-image: url(images/top.png);
	background-color: #eee;
	margin: auto;
	text-align: center;
border: 0px;
}

#menu {
	width: 790px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
background-color:#a00;

}

#contenidos {
	width: 790px;
	height: 100%;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-image: url(images/repa-pc-back-3.jpg);
	background-color: #eee;
	background-attachment: fixed;
	}
#pie{
width: 790px;
height: 30px;
margin-top: 20px;
padding-top: 8px;
background-color:#259;
color:#003399;
border-top: #000000 1px solid;
	font-size: 0.8em;
}
#buscador{
	width: 790px;
	height: 25px;
	text-align: right;
background-color:#aaa;
border-top: #333333 1px solid;
border-bottom: #555 2px solid;
}
/*----------------------------------------LINKS--------------------------*/
ul{}
li{
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#330055;
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
padding: 1px 20px 0px 20px;
}

a:link, a:active, a:visited   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#fff;
	margin: 2px ;
	background-color: #003399;
padding: 5px 7px 2px 7px;
	font-size: 0.8em;
border: #CCCCFF 1px solid;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#fff;
	background-color: #a00;
padding: 5px 7px 2px 7px;
	font-size: 0.8em;
border: #CCCCFF 1px solid;
}
/*--------------ESTILOS-ESPECIALES--------------------------*/
p {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	color:#002244;
	line-height: 1.8;
	padding: 0px 20px 0px 20px;
	font-weight: bold;
}
strong, em, u{
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.detaque{
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.4em;
	color: #006699;
	text-transform: uppercase;
	font-weight: bolder;
	padding-left: 14px;
	padding-top: 7px;
	text-align:left;
margin-bottom: 20px;
	background-image: url(images/back_h1.jpg);

}

h2{
	text-align: justify;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#002244;
	line-height: 1.5;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}

h3{ 
	text-align: justify;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color:#002244;
	line-height: 1.5;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}
h4, h5, h6 {
	text-align: justify;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color:#002244;
	line-height: 1.5;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}

/*-------------------------------IMAGE AVISOS------------------------------*/
#anuncio720{
margin: auto;
width: 728px;
height: 90px;
/*border-bottom: #999999 1px dashed;
border-top: #999999 1px dashed;*/
padding-top: 8px;
margin-top: 5px;
margin-bottom: 10px;
}
#anuncio160x600{
width: 160px;
height: 600px;
margin: 0px 20px 0px 20px;
	float: right;
	clear: both;
}
img.thumb{
padding: 0px;
	margin: 0px 10px 3px 10px;
	float: left;
	clear: both;
}
img.thumb-derecha{
padding: 0px 10px 0px 0px;
	margin: 10px 10px 0px 20px;
	float: right;
	clear: both;
}