body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #F9F7EC;
}

.header {
	height:90px;
	background-image: url(../images/backh.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
}

.header-titulo {
	float:left;
	color:#F8C600;
	margin-top:20px;
	margin-left:20px;
}
.barra {
	background-color:#990000;
	height:25px;	
}

.barra-buscar {
	float:left;
	width:250px;
	margin-left:10px;	
}

.barra-buscar input {
	width:200px;
	height:15px;
	margin-top:2px;
}

.barra-adsense {
	float:left;
	width:728px;
	margin-top:5px;	
}

.inicio-aviso {
	text-align:center; 
	font-weight:bold; 
	background-color:#EBEBD9;
	border:1px solid #A8A8A3;
	padding:5px;
	margin:10px;
}

.divcat {
	float: left;
	width:240px;	
	border:1px solid #D9D9BD;
	padding:10px;
	margin-right:5px;
	height:75px;
	margin-bottom:5px;
}

.cat-link-padre {
	color:#A50000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.cat-link-padre:hover {
	color:#000;
}

.cat-link-hijo {
	color:#000;
	text-decoration:none;
}

.cat-link-hijo:hover {
	color:#A50000;
}

.footer {
	text-align:center; clear:both; padding:20px	
}
.footer a {
	color:#B56F44;
	text-decoration:none;	
}

.divnav a {
	color:#A50000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

.cat-link {
	color:#000;	
}

.buttonadd {
	display:block;
	border:1px solid #000;
	background-color:#CADBEE;
	color:#000;
	text-decoration:none;
	width:120px;
	padding:5px;
	margin-left:10px;
	font-weight:bold;
	font-size:15px;
}

.buttonadd:hover {
	background-color: #9CC1E0;
	color:#fff;
}

.info {
	background-image: url(../images/65.png);
	background-repeat: no-repeat;
	height: 32px;
	margin: 10px;
	padding-left: 35px;
	padding-top: 7px;
	color: #930;
}

.divlink a {
	color:#930;
	font-weight:bold;	
}


