/********/
/* BODY */
/********/

body {
	background-color:#FFFFFF;
	margin-top:0;	
	font: normal 11px Verdana, sans-serif;
	cursor:default;
}

a img { border:none }

/**************/
/* CONTENEDOR */
/**************/

#container {
	width:1000px;
  background-image: url("images/herrera_cabecera.jpg");
  background-repeat: no-repeat;
	padding:0px;
	margin:0 auto 0 auto;
}

/************/
/* CABECERA */
/************/

#header {
	width:1000px;
	height:125px;
	font: normal 10px Verdana, sans-serif;
}

#header img {
	border: none;
}

#header p {
	text-align:right;
}

/*****************/
/* barra de menu */
/*****************/

#barra_menu {
	width:1000px;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#8C0051;
	text-align:left;
	margin-bottom:0px;
}

#barra_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:9px !important;
	padding-bottom:17px;
	margin-left:10px;
}

#barra_menu a:hover {
	background-image: url("images/backgrounds/link.jpg");
	background-repeat: repeat-x;
}

#barra_menu .aactive {
	background-image: url("images/backgrounds/link2.jpg");
	background-repeat: repeat-x;
}

/********/
/* MAIN */
/********/

#main {
	background-color:#FFFFFF;
	background-image: url("images/herrera_fondo.jpg");
	width:1000px;
	height:415px;
	margin:0 auto 0 auto;
}

/***********/
/* SIDEBAR */
/***********/

#sidebar {
	width:160px;
	height:390px;
	background-image: url("images/telefono_contacto.gif");
	background-repeat: no-repeat;
	border:0px;	
	border-collapse:collapse;
	float:left;
	clear:left;
	margin-top:20px;
	margin-left:7px;
	padding-top:10px;
}

#sidebar p {
	font: bold 12px Verdana, sans-serif;
	color:#8B0051;
	text-align:center;
	margin: 1 auto 1 auto;
}

#sidebar a {
	text-align:justify;
	font: normal 9px Verdana, sans-serif;
	color:#8B0051;
	text-decoration:underline;
	padding-left:5px;
}

#sidebar a:hover {
	text-align:justify;
	font: normal 9px Verdana, sans-serif;
	color:#000051;
	text-decoration:underline;
	padding-left:5px;
}


/**********/
/* CENTRO */
/**********/

#centro {
	width:740px;
	height:350px;
	float:left;
	border:0px;	
	border-collapse:collapse;
	margin-top:20px;
	margin-left:35px;
	padding-top:10px;
}


#centro h1{
	text-align:left;
	font: bold 12px Verdana, sans-serif;
	text-transform:uppercase;
	color:#8B0051;
	margin: 0 auto 0 auto;
}

#centro p {
	text-align:justify;
	text-indent: 1.5em;
	font: normal 11px Verdana, sans-serif;
}

#centro p.derecha {
	text-align:right;
	text-indent: 1.5em;
	font: normal 11px Verdana, sans-serif;
}

#centro b {
	color:#8B0051;
}

#centro ul {
  margin-top:-15px;
  padding-left: 2.5em;
  padding-top:0.5em;
}

#centro ul li { 
padding-left: 0em; 
margin-top:5px;
list-style-image: url(images/punto.gif);
list-style-position: inside;
}

#centro ol li { 
padding-left: 0em; 
margin-top:10px;
list-style-image: url(images/linea.gif);
list-style-position: inside;
}


#centro tr{
margin-left: 20px;
}

#centro tr td{

}
#centro td.decolor{
color:#8B0051;
}

#centro a {
	color:#8B0051;
	text-decoration:underline;
}

#centro a:hover {
	color:#000051;
	text-decoration:underline;
}

/*************/
/* SCROLLING */
/*************/

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:640px; height:320px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:640px; height:320px; 
	clip:rect(0px, 5000px, 320px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:25px; height:320px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/**********/
/* FOOTER */
/**********/

#footer {
	position:relative; overflow:hidden;
	width:640px; height:50px; 
  z-index:1; 
  margin-top:18px;
}

#footer p{
	font: 10px Arial, sans-serif;
	color:#8B0051;
	text-align:left;
	margin: 1 auto 1 auto;
}

#footer a {
	color:#8B0051;
	text-decoration:underline;
}
