*
{
margin: 0;
padding: 0;
}

body
{
color: #333333;
background-color: #CCCCCC;
background-image: url(logo_nuevo.jpg)
font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
font-size: 80%;
text-align: center;
}



/* >>> CONTENEDORES <<< */



div#contenedor
{
width: 800px;
margin: 10px auto;
text-align: left;
}

	div#titulo
	{
	margin: 8px 0;
	}

		div#dentro-titulo
		{
		
		padding: 10px;
		color: inherit;
		background-color: #ffffff;
		border: solid #000000;
		border-width: 0 2px 2px 0;
		}
	
	div#derecha
	{
	margin: 0 0 0 210px;
	color: inherit;
	background-color: #ffffff;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	}
		
		div#dentro-der
		{
		padding: 20px;
		}

	div#izquierda
	{
	float: left;
	width: 200px;
	color: inherit;
	background-color: #ffffff;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	}
		
		div#dentro-izq
		{
		padding: 1px;
		}

	div#pie
	{
	clear: both;
	}
		
	div#dentro-pie
	{
	}



/* >>> NAVEGACIÓN <<< */



ul#menu-titulo
{
float: right;
padding: 1px 0;
list-style: none;
}
	ul#menu-titulo li
	{
	display: inline;
	}
		
	ul#menu-titulo li a
	{
	margin: 0 8px;
	color: #92BD2D;
	background-color: inherit;
	font-size: 80%;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	}
		
	ul#menu-titulo li a:hover
	{
	color: #6A8921;
	background-color: inherit;
	border-bottom: 1px solid #F1F7FF;
	}

ul#menu-izq
{
margin: 20px;
list-style: none;
}

	ul#menu-izq li
	{
	}

	ul#menu-izq li a
	{
	display: block;
	width: 138px;
	padding: 5px 10px;
	color: #666666;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	}
	
	ul#menu-izq li a:hover
	{
	color: #6A8921;
	background-color: #DDEEB7;
	border-bottom: 1px solid #A7D242;
	}

ul#menu-pie
{
margin: 0 0 0 210px;
padding: 0 2px;
color: #aaaaaa;
background-color: inherit;
font-size: 90%;
list-style: none;
text-align: right;
}

	ul#menu-pie li
	{
	display: inline;
	}

	ul#menu-pie li.izquierda
	{
	float: left;
	}

	ul#menu-pie li a
	{
	margin: 0 3px;
	color: #aaaaaa;
	background-color: inherit;
	}

	ul#menu-pie li a:hover
	{
	color: #333333;
	background-color: inherit;
	}



/* >>> TIPOGRAFÍA <<< */



.resaltado
{
background: #ffff66;
}

ul.lista
{
margin: 20px 30px;
font-size: 100%;
line-height: 20px;
}

div#titulo h1
{
padding: 10px;
font-size: 200%;
}

div#derecha h2
{
margin: 0 0 5px 0;
font-size: 150%;
}

div#derecha td p
{
padding-left: 5px;
padding-right: 5px;
color: #444444;
background-color: inherit;
font-size: 90%;
line-height: 18px;
}

div#derecha h3
{
text-align: center;
color: #444444;
background-color: inherit;
font-size: 90%;
line-height: 18px;
font-weight: bold;
}

div#izquierda h2 {
margin: 20px 20px 5px 20px;
font-size: 100%;
}

div#derecha p
{
margin: 5px 0 5px 0;
color: #444444;
background-color: inherit;
font-size: 100%;
line-height: 18px;
}

div#derecha td a
{
font-size: 80%;
font-weight: bold;
color: #92BD2D;
background-color: inherit;
text-decoration: none;
border-bottom: 1px solid #F1F7FF;
}

div#derecha td a:hover
{
font-size: 80%;
font-weight: bold;
color: #6A8921;
font-weight: bold
background-color: inherit;
border-bottom: 1px solid #eee;
}
div#derecha li
{
text-indent: 50px
}

div#izquierda p
{
margin: 0 20px 5px 20px;
color: #666666;
background-color: inherit;
font-size: 90%;
}

p a, ul a
{
color: #92BD2D;
background-color: inherit;
text-decoration: none;
border-bottom: 1px solid #F1F7FF;
target: blank;
}

p a:hover, ul a:hover
{
color: #6A8921;
font-weight: bold
background-color: inherit;
border-bottom: 1px solid #eee;
}
