/*BASICO*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

img {
border:none;
padding: 0px;
margin:0px;
}

.clear {
	clear: both;
	float: none;
}
b, a, h1, h2, h3, h4, h5 {
	color: #0094da;
}



div#main {
	position: relative;
	width:100%;
	left: 0px;
}



div#home h1 {
	font-size: 400%;
}

#cabecera {
	position: relative;
	top: 5px;
	left: 10px;
	width: 1014px;
	height: 170px;
	clear: both;
	float: none;
}


/* Cabecera */

#logotipo{
 position: relative;
 top: 0px;
 align: left; 
 width: 180px;
 height: 123px;
 background: url(imagenes/logo.jpg) no-repeat;
 float: left;
 
}

#banner_cabecera {
	width: 800px;
	height: 145px;
	background: url(imagenes/banner_home.png) no-repeat;
	float: right;
}


/* Izquierda */
td#izquierda {
	vertical-align: top;
	width: 220px;
	padding-right: 10px;
}

/* Centro */
td#centro {
	vertical-align: top;
	width: 580px;
	padding-left: 20px;
	padding-right: 20px;
}


td#derecha {
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}



/* Menu */
#menu
{
width: 140px;

padding: 0 0 1em 0;	
margin-bottom: 1em;
/*
background-color: #90bade;
border-right: 1px solid #000;
*/
color: #333;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menu li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#menu li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 5px solid #1958b7;
border-right: 5px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

#menu li.active a, #menu li.level2 a	{

background-color: #60a1b7;
padding-left: 10px;
}

#menu li.level2 a	{
padding-left: 20px;
}

#menu li.active a , #menu li.level2-act a	{
font-weight: bold;
text-decoration: underline;
}


#menu li a:hover {
border-left: 5px solid #007236;
border-right: 5px solid #488949;
background-color: #50b849;	
}


/* Contenido */
.entrada	{
	border-bottom: 1px solid #ccc;
}

/** News */
/* Latest	*/
.news-latest-body {
position: relative;
top: 0px;
width: 580px;
}
.news-latest-image	{
	position: relative;
	top: 15px;
	width: 120px;
	height: 80px;
	float: left;
	vertical-align: center;
}

.news-latest-text {
position: relative;
top: 0px;
float: right;
width: 455px;
vertical-align: top;
}

