/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	/*width:100%;
	height:100%;
	overflow:auto;*/
	overflow-y:auto;
	overflow-x:hidden;
	
	background-color: #F2F3EE;
	z-index:1;
	background-repeat: repeat-x;
	background-image: url(../img/fons_cap_prod.jpg);
}
.info_abajo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:1;
	color: #999897;
	bottom:0px;
	width:100%;
	position:absolute;
	text-align:center;
}
A:link, A:visited, A:hover, A:active{
font-size: 12px;
color: #EB9D00;
text-decoration: none;
}
A:hover {
font-size: 12px;
color: #EB9D00;
text-decoration: underline;
}

A.menu_texto:link, A.menu_texto:visited, A.menu_texto:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	text-decoration: none;
	color: #95938D;
}

A.menu_texto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	text-decoration: none;
	color: #ED9E00;
}
.background_capcalera {
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(../img/fons_capcalera_prod.jpg);
	height:130px;
}

