/*
Hoja de Estilos
Porfirio Romero Villegas ** www.porfirioromero.com **
/* 
––––––––––––––––––––––––––––––––  RESET  –––––––––––––––––––––––––––––––––––
*/
@import url('Reset.css');
/*
––––––––––––––––––––––––––––––––  GLOBAL Y CONTENIDO –––––––––––––––––––––––––––––––––––

*/
body {
	line-height: 1;
	font: normal 12px Georgia;
	background:url(../imagenes/Fondo.png) repeat #FFFFFF;
	color: #161616;
}
.Clear {
	clear: both;
}
#Contenido {
	background:#FFFFFF;
	width:1000px;
	margin:17px auto;
}
#Back {
	height:210px;
	background:#ffffff;
	position:absolute;
	top:0;
	z-index:1;
}
/*
–––––––––––––––––––––––––––––  ENTRADA  ––––––––––––––––––––––––––––––––––––––
*/
.entrada{
	background:#b5985a;
	height:790px;
	width:1000px;
	margin:17px auto;
}
/*
–––––––––––––––––––––––––––––  LINKS  ––––––––––––––––––––––––––––––––––––––

*/
a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}
/*
–––––––––––––––––––––––––––––  H TITULOS  Y PARRAFOS  ––––––––––––––––––––––––––––––––––––––

*/
h1 {
	height:17px;
	margin-left:10px;
}

h2 {
	height:17px;
	margin-left:10px;
}
h3 {
	height:17px;
	margin-left:10px;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* 
–––––––––––––––––––––––––––––––  HEADER  ––––––––––––––––––––––––––––––––––––
*/

#Header {
	height:42px;
	border-top:14px solid #54534A;
	background: #b4975a url(../imagenes/Header2.png) no-repeat 20px 10px;
	position:relative;
}
#Header a#Logo {
	display: block;
    height: 42px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
/*
–––––––––––––––––––––––––––––––    NAV  ––––––––––––––––––––––––––––––––––––
*/

#Nav {
	background:url(../imagenes/NavTopBorder.png) repeat-x top;
	color:#ffffff;	
	font-family:Arial, Helvetica, sans-serif !important;
    height: 80px;
    margin-top: 8px;
    padding-top: 8px;
}
#Nav ul {
	background: #A6A69E;
    border-bottom: 1px solid #E8E8E7;
    border-top: 1px solid #E8E8E7;
    height: 18px;       
}
#Nav li {
	float:left;
	display:inline;
	overflow:hidden;
	margin-right:17px;
}
#Nav li:first {
	padding-left: 10px;
}
#Nav li.separador {
	background:url(../imagenes/NavSeparador.png) no-repeat;
	height: 19px;
	width:9px;
}
#Nav li a {
	font-size: 11px;
    font-weight: bold;
    line-height: 17px;
	padding-top: 2px;
}
#Nav #SubNavServicios{
	background:url(../imagenes/NavTopBorder.png) bottom repeat-x;
	border-top:none;
	display:none;
	height:20px;
	margin-left: 161px;
	width:339px;
}
#Nav #SubNavServicios li a{
	background:#FFFFFF;
	color:#A6A69E;
	font-weight:bold;
}
#Nav #SubNavServicios li a:hover{
	color:#000000;
}
#Nav #SubNavEmpresa {
	background:#FFFFFF;
	border:none;	
	display:none;
	margin-left: 161px;
	width: 410px;
}
#Nav #SubNavEmpresa li a{
	color:#A6A69E;
}
#Nav #SubNavEmpresa li a:hover{
	background:url(../imagenes/NavTopBorder.png) repeat-x bottom;
	color:#A6A69E;
}
#Nav #SubNavEmpresa li.last{
	margin-right:0;
}
/* 
––––––––––––––––––––––––––––––––  MAIN   ––––––––––––––––––––––––––––––––––
*/
#MainCont{
	margin-left:75px;
}
#Main {
	line-height:16px;
	height: 611px;
}
.panel{
	border-top: 1px solid #B4975A;
	padding-top: 10px;
}
.fraseSeccion{
	margin:0 0 0 10px;
	height:176px;
	width:270px;
	float:left;
}
.descripcionSeccion{
	width:376px;
	border-top:8px solid #B4975A;
	border-bottom:1px solid #B4975A;
	float:left;
	padding-top: 8px;
}
.descripcionQuienes{
	width:376px;
}

p{
	padding-bottom:15px;
}
/* 
–––––––––––––––––––––––––––––––––  ENTRADA   ––––––––––––––––––––––––––––––––––
*/
#Entrada{
	border-bottom: 35px solid #54534A;
	position:relative;
	xdisplay:none;
}
.entradaLema{
	background:url(../imagenes/EntradaLema.png) no-repeat;
	height:358px;
}
.entradaFrase{
	color: #B4975A;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 30px 183px 21px 406px;
    width: 300px;
}
.spaced{
	letter-spacing:2px;
}
.bishido{
	color:#54534A;
	display:block;
	padding:20px 0;
	font-size: 11px;
	font-weight:normal;
	word-spacing: 1px;
}
.bishido .symboloFrase {
	background:url(../imagenes/Bishido.png) no-repeat center bottom;
	height:20px;
	width:30px;
}
#EntradaBarra{
	background: none repeat scroll 0 0 #B4975A;
    bottom: -10px;
    height: 10px;
    position: absolute;
    right: 0;
    width: 520px;
    z-index: 1;
}
/* 
–––––––––––––––––––––––––––––––––  QUIENES SOMOS   ––––––––––––––––––––––––––––––––––
*/
#QuienesSomos{
	display:none;
	border-top:none;
}
#QuienesSomos .descripcionSeccion{
	border-bottom:none;
}
.descripcionQuienes{
	border-bottom: 1px solid #B4975A;
}
#Ventajas{
	background:url(../imagenes/NavTopBorder.png) bottom repeat-x;
	/*background:url(../imagenes/BgBottomFrases.png) no-repeat bottom left;*/
	color: #B4975A;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	height:40px;
	padding-top: 20px;
	width:375px;
}

/* 
–––––––––––––––––––––––––––––––––  SERVICIOS––––––––––––––––––––––––––––––––––
*/
.descripcionServicio {
	float: left;
    width: 360px;
}
.vinetasServicios{
	list-style:inside;
}
.vinetasServicios li{
	padding:10px 0;
}

#AreaColectiva{
	display:none;
}
.servicios h1{
	float: left;
    height: 25px;
    height: 17px;
    margin-left: 10px;
    width: 270px;
}
#AreaContenciosa{
	display:none;
}
#AreaPreventiva{
	display:none;
}
#ApoyoyAsesoria{
	display:none;
}

/* 
–––––––––––––––––––––––––––––––––  CONTACTO  ––––––––––––––––––––––––––––––––––
*/
#Contacto {
	display:none;
}
#Main .contacto {
	border-top:none;
}
FormContacto{
}
.campoForm {
	background:#D1D1CB;
	margin: 8px 0;
}
.campoFormNoBg{
	background:#FFFFFF;;
	float:none;
	display:block;
	margin: 8px 0;
}
.campoFormNoBg label{
	display:block;
	float:none;
}
input[type="text"] {
	background:#D1D1CB;
	border:none;
	height:18px;
	line-height:18px;
}
label {
	float: left;
	font-family:Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    line-height: 18px;
    padding-left: 5px;
}
textarea{
	background:#D1D1CB;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	width: 365px;
}
input[type="submit"] {
	background: #FFFFFF;
    border: 1px solid #7E7E77;
    color: #000000;
    float: right;
    font-size: 10px;
    height: 23px;
    margin: 10px 0 20px;
}
.error {
	color:red;
	text-indent:25px;
	width:280px;
	display:block;
}


.Campo {
	color:#000000;
	border:#c4c4c1 1px solid;
}
#Enviado {
	background: url("../imagenes/Enviado.png") no-repeat left 15px;
    display: none;
    height: 150px;
    width: 250px;
}
/* 
–––––––––––––––––––––––––––––––––  FOOTER  ––––––––––––––––––––––––––––––––––
*/
#Footer {
	display:block;
	font-size: 10px;
	color:#999999;
	font:Georgia, "Times New Roman", Times, serif;
	position:relative;
	z-index:0;
}
#Footer a, #Footer a:visited, #Footer a:hover{
	color:#999999;
}
#Facebook{
	background:url(../imagenes/FacebookLow.png) no-repeat center center;
	bottom: 27px;
    height: 31px;
    left: -52px;
    position: absolute;
    width: 31px;
	z-index:1;
}
#Tweeter{
	background:url(../imagenes/Tweet.png) no-repeat center center;
	bottom: 65px;
    height: 31px;
    left: -52px;
    position: absolute;
    width: 31px;
	z-index:1;
}
#Facebook:hover{
	background:url(../imagenes/FacebookHigh.png) no-repeat center center;
}
#Copyright {
	background:url(../imagenes/NavTopBorder.png) top repeat-x;
	padding:7px 0;
}