
@import "menuLeft.css";
@import "menuRight.css";
@import "parteCentral.css";

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
/*	border:1px solid #000000;*/
}

.container {
/*	border:1px solid #0000FF;*/	
	padding:0px;
	text-align:left;
	width:920px;
	margin:auto;
	display:table;
}

.web {
/*	border:1px solid #0000FF;*/
	width:100%;
	min-height:610px;
	height:610px; 
	background:url(images/bgFoot.jpg) bottom left no-repeat #c20a16;
}
.webCatalogo
{
	background:url(images/bgFootRed.jpg) bottom left no-repeat #c20a16;
}
.top {
	width:920px;
	background:url(images/bgCabecera.jpg) left no-repeat;
	margin:0px;
	border:0px;
	height:183px;
}
.imgMenu{
/*	border:1px solid #0000FF;
*/	position:relative;
	float:right;
	margin-right:190px;
}



.foot {
	clear:both;
	position:relative;
	top:-20px;
	width:95%;
	color:#000000;
	text-align:right;
}
.foot a
{
	 text-decoration:none;
}
.foot a:hover
{
	color:#FF0000;
}

h2 {
	padding-left:25px;
	color:#c20a16;
	font-size:16px;
}
h4 {
	
}
h3 {
	font-size:14px;
	margin:5px;
}

.button {

	border: 1px solid #999999;
	background-color: #d0d1d0;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(../ico/formButtonBgOn.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-color: #758a9e;
}