/*GLOBALS*/

body{
	margin:0px;
	padding:0px;
	background-image:url(images/background_centro.jpg);
	background-color:#4e3820;
}

a:link {
	color: #4E3821;
}
a:visited {
	color: #4E3821;
}
a:hover {
	color: #9A6534;
}
a:active {
	color: #9A6534;
}

/*elementos de diseño*/
#header{
	width:750px;
	/*float:left;*/
}

#contenido{
	width:750px;
	/*float:left;*/
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#textos{
	width:730px;
	padding:10px;
}

#footer{
	width:750px;
	/*float:left;*/
}

ol{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;	
}

.cleardiv{
	clear:both;	
}


/*ESTILOS*/

.textoprincipal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-indent:10px;
}

.textoinfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	text-align:left;
}


.foto{
	margin:10px;
	float:left;
}

.tituloMayor{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	color: #999;
	padding-top:10px;
}

.tituloSecundario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color: #CC9966;
	padding-top:10px;
}

.titulo-menor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-indent:10px;
	color: #513C21;
	font-weight:bold;
}