body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a { text-decoration: none;}

#container_general {
background: url(images/fondo_1.jpg) repeat-y;
float:left;
width: 1000px;
padding-bottom: 20px;
}

#container_blanco{
width:750px;
/*border: 1px solid;*/
margin-left: 125px;
margin-top:20px;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
float:left;
}

#header {
padding: 0px 0px 0px 0px;
/*border: 1px solid black;*/
height: 196px;
width: 751px;
margin-left:-4px;
}

#container {
float:left;
/*border:1px solid black;*/
background:url(images/fondo_menu.jpg) repeat-y;
background-position:0px 0;
width:800px;
padding-left:0px;

}

#menu {
width: 169px;
font-family: Helvetica;
font-size: 12px;
color:#FFFFFF;
margin-left: 0px;
margin-top: 0;
float: left;
/*height:450px;*/

}

#menu a { text-decoration: none;
	color:#FFFFFF;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
/*	float:left;*/
	padding-left:0;
	
}

#menu ul li {
/*	border-bottom: 1px solid white;*/
	padding-left: 20px;
/*	font-weight: bold;*/
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/borde_item_menu.jpg) bottom no-repeat;
}

#menu ul li:hover {
	background-color: #003333;
	font-weight: bold;
}
#centro {
	padding: 5px 0px 0px 12px;
/*	border: 1px solid black;*/
	float:left;
	width: 569px;
}

#centro p {
	text-align: justify;
}

#centro h1 {
font-family: serif;
font-size:30px;
color: rgb(26,146,134);
letter-spacing:-3px;
}

#centro h2 {
font-family: serif;
font-size:16px;
color: rgb(26,146,134);
}

.txtGris12 {
font-family: Helvetica;
font-size:12px;
//color: rgb(148,148,148);
color: #000000;
}

.txtBlanco18Bold {
font-family: Helvetica;
font-size:18px;
color: #FFFFFF;

}

#recuadro{
 width:219px; 
 float:right; 
 background-color:rgb(170,216,206); 
 padding:0 0 0 0;
 margin-left: 7px;
 font-family: Helvetica;
font-size:12px;
color: rgb(148,148,148);

 }
 
.txtNegro12Bold{
font-family: Helvetica;
font-size:12px;
color: #000000;
font-weight: bold;

}

.txtCeleste12Bold{
font-family: Helvetica;
font-size:12px;
color:rgb(170,216,206);
font-weight: bold;
}

#footer{
clear:both;
font-family: Helvetica;
font-size:11px;
color:rgb(0,0,0);
padding: 10px 0 0 0px; 
margin:auto;
width: 750px;

/*font-weight: bold;*/
}

#footer a { text-decoration: none;
	color:#000000;
}

