 html, body { 
 	margin:0; 
 	padding:0; 
} 
 
#wrapper {
	margin: 0 auto;
	width: 100%;
	display: block;
}

 
#header {
 	height:12px; 
 	width:100%;
} 
 
#barrahoriz {
	width:100%;
	margin:0;
	/*ie5mac*/
/*\*//*/
	clear: both;
/**/
}


#leftcol {
	width:150px;
	float:left;
}
 
#maincol {
 	padding:20px 10px 10px 0;
	margin-left:150px;
	width:400px;
 }
 

/* Styling rules */
body,
html {
	background:#E2E3DD;
	color:#666;
	font-size: 0.95em;
	line-height:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#barrahoriz ul {
	background-color: #fff;
	height: auto;
	width: 100%;
}

#barrahoriz ul, #barrahoriz li {
	float:left;
	padding:0;
	margin:0;
	font-size: 10px;
	list-style: none;
}

#barrahoriz li {
	display:block;
    padding:2px 10px;
	font-weight:bold;
}

#barrahoriz li.primera {
	background:#000;
	width:130px;
}

#barrahoriz li.segunda {
	background:#f30;
	color:#fff;
	width:20px;
}

#barrahoriz li.tercera {
	background:#fff;
	color:#666;
	/*width:410px;*/
}


#fotoautor {
	padding: 25px 16px 25px 20px;
}

p {
	margin-bottom:0;
	font-size:0.75em;
	line-height:1.4em;
}

td, ul {
	font-size:0.75em;
}

h1 {
	font-size:0.9em;
	text-align:left;
}

h2 {
	font-size:0.8em;
	color:#930;
}

h3 {
	font-size:0.75em;
	font-style:bold;
}

/* links comunes mayuscula-minuscula */

a:link, a:visited {
	color: #930;
	font-weight: bold;
	text-decoration: none;	
}

a:visited {color:#D74600;}

a:hover {
	text-decoration: none;
}

strong	{
	color: #000;
}

.mandatory {
	color: #D74600;
}

.lineahorizontal {
	border-bottom: 1px solid #ccc;
	margin-top: 14px;
	margin-bottom: -14px;
	margin-left: 10px;
	margin-right: 10px;
}

.errorform {
	color: red;	
}

