body{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#wrapper{
	margin: 0; 
	padding: 0; 
	width: 758px; 
	position: relative; 
	min-height: 100%; 
	height: 100%; 
}
html>#wrapper	{width: 757px;}

#header{
	margin: 10px 0;
}
#mainnav{
	height:30px;
	border-bottom: 1px solid black;
	background-color: #EDEDE7; 
}

#mainnav ul {
	margin:0 ;
	padding:0;
}
#mainnav ul li {
	float:left;
	list-style-type: none;

}
#mainnav ul li a {
	text-decoration: none; 
	color: #886; 
	background-color: #EDEDE7; 
	height: 2em; 
	width: 170px; 
	padding: 0px; 
	text-align: center; 
	display: block; 
	border-top: 4px solid #DCDCD1; border-right-width: 1px; border-right-style: solid; border-right-color: #DCDCD1;
}
#content {
	clear:both;
	height: 380px;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #DCDCD1;
	}
	
	
#left_blanco_grande {
	float: left;
	width: 705px;
	background-color: #FFF;
	padding: 10px;
	height: 360px;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: -20px 130px;
}
* html #left_blanco_grande {background-position: top right;}
	
#left_blanco {
	float: left;
	width: 430px;
	background-color: #FFF;
	padding: 10px;
	height: 360px;
	overflow: auto;
	margin-right: 10px;
}

#left_blanco_grande ul,
#left_blanco ul {
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 0px;
	padding: 0 15px;
}

#left_blanco_grande p,
#left_blanco p{
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
	margin-right: 25px;
	width: 400px;
}

#left_blanco_grande hr {
margin: 0px;
width: 450px;
}

#left_blanco_grande h1,
#left_blanco h1{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #c03;
	font-size: 1.2em;
}

#left_blanco h2 a {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-weight: bold;
	font-size: 0.65em;
	display: block;	
	color: #FFF;
	background-color: #c03;
	padding: 4px 5px 4px 10px;
	border-bottom: 2px solid #FFF;
	text-decoration: none;
}
#left_blanco h2 a:hover {
	text-decoration: underline;
}

#left_blanco .cuadro {
	font-size: 1em;
	margin: -18px 0 0 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FBF1EB;
	color: #000;
}
#left_blanco .cuadro p {
color: #c03;
}

#right ul{
	list-style-type: none;
	margin-top:0px;

}
#right ul li a{
	padding-left: 7px;
	text-decoration: none;
	width:255px;
	color:#888;
}
#right ul li a:hover{
	color:#555;
	text-decoration: underline;

}
#right ul li.li1{
	margin-bottom: 5px;
	padding: 4px 7px;
	width:250px;
	color: #eee;
	background-color: #888;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 2pt;
}
#right ul li.li2{
	margin-bottom: 5px;
}
#right ul li.li3 a{
	margin-bottom: 5px;
	padding-top:7px;
	display: block;
	border-top:1px solid #c03;
}


div.marcofoto {
	color: white;
	clear: both;
	margin: 10px 0;
	background-color: #c03;
	width:350px;
	height:50px;
	border: 1px solid red;
	overflow:hidden;
}

div.marcofoto img {
float: left;
margin-right: 10px;
}

div.marcofoto h5 {
	text-decoration: none;
	color: #f88;
	text-transform: uppercase;
	margin: 7px 0px 0px 0;
	font-weight: normal;
}

div.marcofoto h5 a {
	text-transform:none;
	text-decoration: none;
	color: white;
	margin: 0px 0px;
	padding: 0px 0;
	font-weight: bold;
}
* html #left_blanco .marcofoto h5 a	{}

div.marcofoto h5 a:hover {
text-decoration: underline;
}

#left_blanco .marcofoto p {
color: #f88;
margin: 0px;
padding:0;
}
* html #left_blanco .marcofoto p	{padding-top: -15px;}

div.post {
	border-bottom: 1px dotted #c03;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
	margin-right: 25px;
	width: 410px;

}

#mainnav a#selected {
	color: #CC0033;
}
#menuright a#selected {
	color: #CC0033;
}