/**/

* { padding: 0; margin: 0; }

body {
 /*font-family: Arial, Helvetica, sans-serif;*/
 FONT-FAMILY: Verdana, Geneva, sans-serif;
 font-size: 13px;
 text-align:center;
}
#wrapper { 
 margin: 10px auto 10px;
 width: 700px;
 border:1px solid #ccc;
 position:relative;
}
#header {
 width: 700px;
 color: #333;
 /*padding: 10px;*/
 BACKGROUND: url(../imagenes/cabecera.jpg) no-repeat;
/* border: 1px solid #ccc;*/
 height: 200px;
 margin: 0px 0px 0px 0px;
}

#navigation {
 width: 660px;
 color: #fff;
 padding: 2px 20px 2px;
/* border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
 background: #b22121;
 height:30px;
 text-align:center;
}

#home { 
 width: 700px;
 background-image: url(../imagenes/homepage.jpg);
 background-repeat:no-repeat;
 background-color:#b22121;
 height: 300px;
}

#content { 
 width: 680px;
 color: #333;
/* border: 1px solid #ccc; */
 /*background: #F2F2E6;*/
 background:#fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
/* height: 350px;*/
}

#home h2 {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align:left;
	padding-bottom: 18px;
	padding-left: 90px;
}

#home h3 {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align:right;
	padding-bottom: 18px;
	padding-right: 90px;
}

#home h6 {
	color:#b22121;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-align:center;
	padding-bottom: 10px;
	font-style:italic;
	padding-top: 30px;
}

#home h5 {
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16.5pt;
	text-align:center;
	padding-bottom: 15px;
}

#home h3 a {
	text-decoration:none;
	color: #FFF;
}

#home h2 a {
	text-decoration:none;
	color: #fff;
}

#home h3 a:hover {
	color:#890A0A;
}

#home h2 a:hover {
	color: #FE6B6B;
}

#footer { 
 width: 680px;
 color: #333;
/* border: 1px solid #ccc; */
 background:url(../imagenes/pie.jpg) no-repeat;
 /*background: #BD9C8C;*/
 margin: 0px 0px 0px 0px;
 padding: 10px 10px 0;
}

#footer P{	
/*	PADDING-RIGHT: 1em;	
	PADDING-LEFT: 1em;	
	PADDING-BOTTOM: 1em;	
	PADDING-TOP: 1em; */
	MARGIN: 0px;	
	font-family:Verdana, Geneva, sans-serif 7pt;
	text-align:center;
	color:#F30;
	font-weight:normal;
} 


#footerlinks { 
 width: 680px;
 height: 45px;
 color: #333;
/* border: 1px solid #ccc; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0;
}


table td{
	
	border:1px solid #F93;
	
	}

table#tablaContenido td{
	
	border:0px;
	
	}
/********/

DIV#menizq{
	font-size:11px;
	text-align:left;
}

DIV#centro{
	padding:0 8px 0;
	text-align:justify;
	color:#002E5B;
}

DIV#centro p{
	padding:0 1em;
	}
	
DIV#centro p a{
	color: #4b699f;
}


DIV#centro p a:hover{
	text-decoration: none;
	color: #b22121;
}

DIV#centro img{
/*	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:2px;
	margin:2px;*/
	}

DIV#centro .imgPrinc{
	padding:0px;
	margin:0px;
	}

DIV#centro .imgDer{
	float:right;
	}
	
DIV#centro .imgIzq{
	float:left;
	}

DIV#centro .imgRW{
	
	float:right;
	text-align:center;
	
	}

div#centro strong {
	color:#a91919;
	font-weight: bold;
}

div#centro ul{
	
	margin-left:15px;
	
	}

DIV#mender{
	font-size:11px;
	color:#CC3300;
}

/************/

#menuv {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#menuv li {
	font: 10 "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuv a {
	background: #fbccd4;
	border-bottom: 1px solid #FC9;
	color: #C30;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menuv a:hover {
	background: #F88163 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}


/***********/

#flashAdv{
	
	position:absolute;
	top:350px;
	right:10px;
	
	}

