﻿/* Perfect Wide - www.perfectwide.com */
body {
	color: #050505;
	font-size: 70%;
	font-family: Verdana,sans-serif;
	text-align: center;
	background: #fff;
	margin-top:0px;
}

h1 {
	font: bold 2em Arial,helvetica,sans-serif;
	color: #874222;
	border-bottom: 1px solid #3B3B3B;
	margin: 5px 0 4px;
}
h2 {
	font: bold 1.7em Arial,helvetica,sans-serif;
	border-bottom: 1px solid #6a6a6a;	
	color: #b42845;
	margin: 5px 0 4px;
}
h3 {
	font: bold 1.4em Arial,helvetica,sans-serif;
	color: #667386;
	margin: 5px 0 4px;
}

p, td, li {
	font: 1em/150% Verdana,sans-serif;
	color: #050505;
}
img {
 border: 0;
}

h4 /* se usa para los cuadros de la derecha  */{
	color: #333;
	text-align: left;
	font: bold 1em Verdana,sans-serif;
	margin: 10px 0 2px;
}
h5 /* se usa para los cuadros de la derecha  */{
	color: #8A9EC3;
	font: bold 1em Verdana,sans-serif;	
	text-align: center;	
}
a {
	color: #626161;
	text-decoration: underline;
}
a:hover {
	color: #777777;
}

textarea {
	border: 1px solid #594545;
	background: #F2F2F2;
	margin:5px;
}
select {
        border: 1px solid #594545;
        background: #F2F2F2;
	margin:5px;
}
input {
	border: 1px solid #594545;
	background: #F2F2F2;
	margin:5px;
}
input.submit, button {
	background: #667386;
	border: 0;
	color: #fff;
}

/* composición */

#fondo {
	position: relative;
	width: 780px;
	background:#fff;
	text-align: left;
	margin: 0 auto;
	background-color: #FBFBFB;
}

#submenu {
     
	width: 780px;
	background:#fff url("../images/menu_superior.jpg") 0 0 no-repeat;
	/*height: 18px;*/
	border: 0;
	color:#FFFFFF;
	}
#submenu td.right {
	text-align: right;
	padding-right:10px;
	color:#FFFFFF;
}

#submenu td.left {
	text-align: left;
	padding-left:10px;
	color:#FFFFFF;
}

#submenu a {
	color:#FFFFFF;
	text-decoration: none;
}
#submenu a:hover {
	color: #777777;
	text-decoration: none;
}

/* tabla principal */
#centro {
	margin: 0 10px;
	background: #ececec;/*aqui va el color que carla me pasara*/
	width: 740px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 760px;
}
#verde{
	background: #b42845;
	padding-top: 10px; 
	padding-bottom: 10px; 
}
html>body #centro {
  	width: 760px;
	} 	

#principal {
	width: 760px;
	margin: 0;
	height: 100%;
	border: 0;
}
#menu {
	width: 190px;
}
#izq{
	background: transparent url("../images/borde_izq.jpg") 0 0 repeat-y;
	width: 8px;
}
#der{
	background: transparent url("../images/borde_derecho_06.jpg") 0 0 repeat-y;
	width: 8px;
}
#secc_img{
	height:32px;
	padding-left:20px;
	background: url("../images/secciones_top.gif") no-repeat;
}
.secciones tbody td {
	background: transparent url("../images/secciones_fondo.gif") 0 0 repeat-y;
	margin: 0;
	padding: 0;
}

.secciones1 tr td {
	background: none;
	padding: 0 10px;	
}

.secc_menu{
        background: none;
	width: 150px;
	text-align: left;
	padding: 0;
	margin:0;
	border-bottom: 1px dotted #000;
}

.secciones a {
	color: #131313;
	text-decoration: none;
}
.secciones a:hover {
	color: #122744;
	text-decoration: underline;
}

/* parte central */

#contenido {
	padding: 5px;
	padding-left: 10px;
	background: #ffffff url("../images/engranaje.gif") 303px top no-repeat;

	/*style="letter-spacing:2px; word-spacing:5px; font-size:11px;"*/
}

#contenido h1.portada { /* se usa en la portada */
	font: bold 1em Verdana,sans-serif;
	color: #001D2C;
	border-bottom: 1px solid #406580;
	margin: 5px 0 4px;
}

#contenido img {
	margin: 5px;
}

#contenido img.nomargen {
	margin: 5px;
}

/* pie */

#pie {
	background: #fff url("../images/pie.jpg") 0 0 no-repeat;
	width: 780px;
	height: 33px;
}

#pie p {
	 COLOR: #FFFFFF;
	text-align: center;
	font: 0.9em Verdana,sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

/*  MENUS DEPLEGABLES ****************************** */
#servicios, #productos, #noticias, #faq {
	position: absolute; 
	left: 185px; 
	width: 160px;
	background: #DFDFDF;
	border: 1px solid #fff;
}

#productos {
	top: 200px;
}
#servicios {
	top: 224px;
}
#noticias {
	top: 245px;
}
#faq {
	top: 268px;
}

#servicios p, #productos p, #noticias p, #faq p{
	font: 1em Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
#servicios a, #productos a, #links a, #noticias a, #faq a {
	text-decoration: none;
	color: #000;
}
#servicios a:hover, #productos a:hover, #links a:hover, #noticias a:hover, #faq a:hover {
	text-decoration: none;
	color: #888;
}


.links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}

.links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}

.links2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.links2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.links2 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#c4c4c4;
	padding:10px;
	text-align:left;
	color:#000000;
	border:1px #FFFFFF solid;
}

.menu a{
	text-decoration: none;
	color:#000;
}

.menu a:hover{
	text-decoration: none;
	color:#ffffff;
}

.imagenes, .imagenes a{
	background:#c4c4c4;
	text-decoration: none;
	color:#000;
	border:1px #c4c4c4 solid;
}

.imagenes a:hover{
	text-decoration: none;
	border:1px #FFFFFF solid;
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.texto a{
	color:#000000;
}