@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A68746;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 955px;  
	background: #F4EFDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #000;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background:#C1A56C;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divcontent {
}
.divcontent img { /* imagen a la izq, texto a la derecha CB */
    float: left;
    margin: 0px 20px 0px 0px;
}
.divcontent_text {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	color: #A8636B;
}
/* mac hide \*/
* html .divcontent_text {height:1%}
/* end hide */
.tematitulo {
	color: #A8895B;
	font: bold 28px/26px Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}
.temSub {
	color: #87263A;
	font: bold 22px/26px Arial, Helvetica, sans-serif;
}
.subtit02 {
	color: #000;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.subtit03 {
	color: #000;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
.subtit04 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold ; color: #666666;}
.subtitServicios {
	color: #666;
	font: bold 16px/30px Arial, Helvetica, sans-serif;
}
.subtitProductos {
	color: #666;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
.subtitProductos {
	color: #94783F;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	text-align: center;
}
.destacado {
	color: #045BC4;
	font: bold 12px Verdana, Arial, Tahoma, sans-serif;
}
.textonormal { font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 12px; color: #000000;}
.textonormalCentrado {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.textonormalCentradoBold {
	color: #000000;
	text-align: center;
	font: bold 12px/18px Verdana, Arial, Tahoma, sans-serif;
}
.texto13 {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 13px; line-height: 21px; color: #000000;}
.texto10just {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 10px; text-align: justify; line-height: 16px; color: #000000;}
.texto12just {
	text-align: justify;
	color: #045BC4;
	font: 12px/19px Verdana, Arial, Tahoma, sans-serif;
}
.texto12 {
	text-align: left;
	color: #045BC4;
	font: 12px/19px Verdana, Arial, Tahoma, sans-serif;
}
.texto14just {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 14px; text-align: justify; line-height: 21px; color: #000000;}
.basepagina {
	color: #FFF;
	text-align: center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.epigrafes {  font-family: Verdana, Arial, Tahoma, sans-serif; font-size: 10px;}
.epigrafesCentrado {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
}
.epigrafesServicios {
	font: 10px/16px Verdana, Arial, Tahoma, sans-serif;
}
.epigrafesBold {
	font: bold 10px/16px Verdana, Arial, Tahoma, sans-serif;
}
.epigrafesBoldDerecha {
	font: bold 10px/16px Verdana, Arial, Tahoma, sans-serif;
	text-align: right;
}
.epigrafesDerecha {
	font: 10px/16px Verdana, Arial, Tahoma, sans-serif;
	text-align: right;
}
A.linkBase {
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
A.linkBase:hover {
	COLOR: #FFF;
	TEXT-DECORATION: underline;
}
A.linkConte {
	COLOR: #000;
	TEXT-DECORATION: none;
}
A.linkConte:hover {
	COLOR: #000;
	TEXT-DECORATION: underline;
}
A.linkBarra {
	color: #000;
	TEXT-DECORATION: none;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
}
A.linkBarra:hover {
	color: #000;
	TEXT-DECORATION: underline;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
}
.formulario {
	PADDING-LEFT: 2px;
	COLOR: #000;
	background: #FFF;
	border: 1px solid #A68746;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
.brImg {
	border: 2px solid #A68746;
}

