/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
}

#content
{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*
	width: 778px;
	#width: 780px;*/
}


#header {
	background-color: #660033;
/*	width: 778px;*/
}

#menu
{
	/*	width: 678px;*/
	height: 40px;
	background: url(images/menu.gif) repeat-x;
}

#menu .navbar {
	height: inherit;
	
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#menu li {
	float: left;
	position: relative;
	width:100px;
	
}

#menu li ul {
	width:102px;

	position: absolute; 
	left: 0;
		
	background-color: #660033;
	
	display:none;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu ul.selected{
	display:block;
}

#menu li ul.hijos {
	margin-top:40px;
	#margin-left:-100px; /* PORQUE EL IE7 HACE DOBLE MARGEN */
	_margin-left:0; /* PORQUE EL IE6 NO HACE DOBLE MARGEN */
}


#menu li ul.nietos {	
	margin-left:100px;
	margin-top:-2px;
	#margin-left:0; /* PORQUE EL IE7 HACE DOBLE MARGEN */
	_margin-left:100px ; /* PORQUE EL IE6 NO HACE DOBLE MARGEN */
}

#menu li ul.hijos li{
	border:0;
}
#menu li ul.hijos li.ar{
	border-top: solid 2px #FFFFFF;
}
#menu li ul.hijos li.ab{
	border-bottom: solid 2px #FFFFFF;
}
#menu li ul.hijos li.iz{
	border-left: solid 2px #FFFFFF;
}
#menu li ul.hijos li.de{
	border-right: solid 2px #FFFFFF;
}
#menu li ul.hijos li.masancho{
	padding-right: 2px;
}


/* #menu li:hover ul, #menu li.over ul{ display: block; } */

#menu li:hover ul a, #menu li.over ul a{
	background:none;
}

#menu a {
    display: block;

	float: left;
	line-height:41px;
	color: #ffffff;

	font-weight: bold;
	font-size: 16px;	
	
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	
	width:100px;
}

#menu a:hover {
	color: #DAFAC9;
	text-decoration: underline;
	/* background: url(images/menu_r.gif) repeat-x; */
}

#menu ul li ul a{
	height: 30px;
	line-height: 30px;
	font-size:12px;
}

.more
{
text-align: right;
}


#logo {
	text-align:  left;
	background-repeat: no-repeat;
	padding: 0px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}

#main
{
/*
width: 778px; */
}

#right
{
	float: right;
	#padding-top: 10px;
	width: 240px;
}


.left_back
{
background: #D6DEFF;
padding: 6px;
border: 1px solid #7A89AC;
}

.left_back div#domticker{
width: 212px;
}

#right H3
{
width: 200px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 5px;
background: url(images/title.gif) no-repeat
}


#right ul {
	list-style: none;
}

#right li {
	border: 0px;
	margin-left: 20px;
}


#right .title_back
{
padding: 10px;
}


#right a {
	color: #65A204;
}
#right a:visited {
	color: #65A204;
}

#right p
{
padding: 10px;
padding-left: 20px;
}


#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
	width: 700px;
	background: #D6DEFF;
	padding: 6px;
	border: 1px solid #7A89AC;
	margin: 10px;
}

#left .box
{
border: 1px solid #C9C9C9;
background: #ffffff;
padding: 10px;
margin-bottom: 10px;
}

#left ol, #left ul
{
margin-left: 30px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	/* width: 491px; */
	height: 25px;
	padding-top: 10px;
	padding-left: 20px;
	color: #ffffff;
	background: url(images/h2.gif) no-repeat;
}

#left H4 a
{
color: #FFFFFF
}

#left a
{
color: #65A204;
text-decoration: none;
}

#left p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#left .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #65A204;
}
.date {
	text-align: right;
	color: #65A204;
	font-size: 11px;
}

.date a {
	color: #65A204;
}


#footer {
	height: 30px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.gif) repeat-x; 
	
	margin-top: 10px;
}

#footer p {
	margin: 0;
	width: 778px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

