body{
	background: URL(../../images/misc/backBody.jpg) repeat-y center 0;
}
h2{
	margin-bottom: 5px;
}
h3{
	margin-bottom: 5px;
}
h4{
	margin-bottom: 10px;
}
h5{
	margin-bottom: .5em; float:left; font-weight:normal;
}
h5 span{
	font-weight: normal;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a{
	color: #0079BC;
	text-decoration: none;
}
a:hover{
	color: #0079BC;
	text-decoration: underline;
}
/********************************************************
						ESTRUCTURA HEADER
********************************************************/
#header{
	padding-top: 1em;
}
#header h1 a{
	display: block;
	background: url(../../images/misc/logos/logoHead.jpg) no-repeat 0 0;
	text-indent: -10000px;
	width: 380px;
	height: 72px;
}
#header #login ul li{
	margin-left: 0;
	list-style: none none;
}
/* Version */
#version p{
	margin-bottom: 0;
	margin-left: 60px;
}
.iconEnglish, .iconSpanish{
	background: url(../../images/misc/iconos/iconEnglish.gif) no-repeat 0 3px;
	padding-left: 20px;
}
.iconSpanish{
	background-image: url(../../images/misc/iconos/iconSpanish.gif);
}
/* Login */
#login label{
	float: left;
	width: 65px;
	font-weight: bold;
}
#login li{
	margin-bottom: .5em;
}
#login .botoEntrar{
	margin-left: 65px;
}
#login label input.campo{
	width: 100px;
	border: 1px solid #CCC;
}
/* Menu */
#header #menu ul{
	background: url(../../images/menu/botoRight.jpg) no-repeat right top;
	width: 940px;
}
#header #menu ul li{
	list-style: none none;
	float: left;
	margin-left: 0;
}
#header #menu ul li.bordeMenu{
	background: url(../../images/menu/bordeLeft.jpg) no-repeat 0 0;
	width: 41px;
	height: 30px;
}
#header #menu ul li a{
	float: left;
	height: 30px;
	text-indent: -10000px;
}
#header #menu ul li a.empresa{
	background: url(../../images/menu/botoEmpresa.jpg) no-repeat 0 0;
	width: 135px;
}
#header #menu ul li a.servicios{
	background: url(../../images/menu/botoServicios.jpg) no-repeat 0 0;
	width: 156px;
}
#header #menu ul li a.cotizaciones{
	background: url(../../images/menu/botoCotizaciones.jpg) no-repeat 0 0;
	width: 184px;
}
#header #menu ul li a.consejos{
	background: url(../../images/menu/botoConsejos.jpg) no-repeat 0 0;
	width: 262px;
}
#header #menu ul li a.contacto{
	background: url(../../images/menu/botoContacto.jpg) no-repeat 0 0;
	width: 146px;
}
#header #menu ul li a:hover{
	background-position: 0 -30px;
}
/********************************************************
						ESTRUCTURA MAIN
********************************************************/
/* Home */
#fotoPrincipal{
	background: url(../../images/misc/fotoPrincipal.jpg) no-repeat 0 0;
	height: 297px;
	margin-bottom: 20px;
}
#sidebar .noticia span.fecha{
	color: #999;
	font-size: 11px;
}
#sidebar .noticia h4{
	margin-bottom: 5px;
}
#serviPrin img{
	margin-bottom: 5px;
}
.miembro{
	border-top: 1px solid #CCC;
	margin-bottom: .5em;
	padding-top: .5em;
}

.miembro img{ float:left; padding:5px;
}


/********************************************************
						ESTRUCTURA FOOTER
********************************************************/
#footer{
	background: #EFEFEF url(../../images/back/backFooter.jpg) repeat-x 0 0;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
#footer #legal{
	margin: .5em 0 0 1em;
}
#footer #legal p{
	margin-bottom: .5em;
}
#logoFooter{
	text-align: right;
}
#logoFooter img{
	margin: .5em 1em 0 0;
}



