/* email me if you use this I would love a donation if this is used for a commercial work email me rashard@gmail.com*/
*	{
	margin:0;
	padding:0;
}

body {
	margin: 0px 0;
	padding: 0;
	background: url(imagenes/bgtop.jpg) repeat-x #fff;
	color: #ccc;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}


.content {
	background: #FFFFFF;
	color: #808080;
	margin: 0 auto;
	padding: 0;
	width: 857px;
}

#top {	
	background: url(imagenes/logo.jpg) no-repeat left scroll;
	padding: 0;
	margin: 0px 0 0px 10px;
	height: 87px;
}

#title h2{
background-image: url(imagenes/h2title.gif);
	
}

#top .topright { 
	float: right;
	margin:0;
	padding: 55px 10px 0 0;
	font-size: 1em;
	line-height:0px;
}
#top .topright a {
	font: 80% Verdana, Geneva, sans-serif;
	color: #036;
	text-decoration:none;
}

#top img { 
	border: none; 
}

#header { 
	margin: 0; 
	width: 857px; 
	height: 256px;
}

#navlist
{
	border-bottom: 1px solid #E7D7BF; /*border-top: 1px solid #FFCC66;*/
	margin-bottom: 30px;
	margin: 0;
	padding-left: 20px;
	font: 1.8em Helvetica,Arial,sans-serif small-caps;
	padding-bottom: 2px;
	padding-top: 3px;
	background-image: url(imagenes/navbg.gif);
	background-repeat: repeat-x;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	/*border: 1px solid #FF9900;*/
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #E4D6CB;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border-top: 6px solid white;
	/*border-bottom: 5px solid white;*/
	padding: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#navlist li
{
	padding-right: 1px;
	display: inline;
	font-size: 0.5em;
}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}

#navlist #active1 a {
	border-top: 5px solid white;
	background-color: transparent;
}


/*-----------------------------------------------------------------------*/

#main { 
	background: inherit;  
	width: 857px; 
	margin: 0 ;
	padding-top: 20px; 
	color: #808080; 
}  

#main .right {
	float: right;
	margin: 0;
	width: 327px;
	background: White;
	padding:0;
}

#main .right .hitems { 
	margin: 0; 	
	padding: 0; 
}

#main .right .hitems ul {
	margin: 5px 0 5px 0;
	padding : 0;
	color: #333333;
}
	
#main .right .hitems li { 
	margin: 0 0 2px 20px;
	padding: 0 0 0 0px;
	color: #555;
}

#main .left {
	float: left;
	width: 505px;
	padding: 0px 10px 0 10px;
	
}

#main .center {
	float: center;
	width: 800px;
	padding: 0px 10px 0 10px;
	margin: 0px auto;

	
}

#main .left p{
	padding-left:12px;
	padding-top:5px;
}

.article {
	padding-bottom: 0px;
	width:490px;
	
}

.mapa{
	padding-bottom: 0px;
	width:490px;
	margin: 0px auto;
	
}
#main h3 {  
	font: 14px Helvetica,Arial,sans-serif;
	font-weight:bold;
	text-align:left;
	margin: 10px 0 10px 0px; 
	padding: 0px 15px; 
	color: #0271b1; 
	background: url(imagenes/h3.gif) no-repeat; 
}

#main .box  {	
	background: #efefef; 
	padding: 5px; 
	border: 1px solid #ccc;
}

#main .right li {
	color: #555555;
	list-style : none;
}

#main .right  .text {
	margin: 0 0 20px 2px;
	padding: 0 0 0 0px;
	color: #808080;
}

.img_right {
	border: 0;
	padding: 0;
	float: left;
	margin: 0 12px;
}

.img_right2 {
	border: 0;
	padding: 0;
	float: left;
	margin: 10px 12px 10px 12px;
}

.img_left {
	border: 0;
	padding: 0;
	float: right;
	margin: 10px 0px 10px 12px;
}

/*menu horizontal*/

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 325px; /*For KHTML*/
  list-style: none;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-bottom-color: #CCC;
  padding: 4px 0px;
  display: block;
  background: #dadada;
  color: #666;
  font: bold 9px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align:center;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  	background: #CCC;
  	color: #FFF;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}

/* fin menu horizontal*/

#footer {
	clear: both;
	height: 60px;
	background: url(imagenes/footer.jpg) repeat-x bottom left #a6a6a6;
	color: #ffffff;
	font: 90% Helvetica,Arial,sans-serif small-caps;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float:bottom;
}

#footer .info { 
	padding: 20px 0px 0px 5px; 
}

#footer a {
	color: #666;
	text-decoration:none;
}

.leermas { 
	background: url(fla/imagenes/vermas.jpg) bottom right no-repeat;
	text-align: right;
	margin: 0px 20px 10px 0px; 
	padding: 0px 15px; 
}
.leermas a{
	color: #024089;
	font-size:9px;
	text-decoration:none;
}

ul { 
	margin:0px 0px 0px 135px;
	padding:0px 0px 3px 5px;
	list-style: circle;
}

p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #808080; 
}

a {
	color: #0271b1;
	
}

a:hover {
	color: #999;
	text-decoration:none;
}

a.b_mapa {
	color: #999;
	margin-left: 50px;
}
a.b_mapa:hover {
	color: #0271b1;	
	padding: 10; 
}

h1 { 
	padding:0; 
	margin:0; 
	color: #4fb6e5; 
	font: bold 29px Helvetica,Arial,sans-serif; 
	letter-spacing: -1px;
}

h1 a { 
	color: #4fb6e5;
}

h2 {
	color: #fff;
	overflow:hidden;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 258px 18px 0px;
	padding: 5px 10px 5px 10px;
	background: #069;
}

h2 a { 
   text-decoration:none;
	color: #fff; 
}

h2 a:hover { 
	text-decoration:none;
	color: #4e92e6; 
	text-decoration:none; 
 }
 
 h4 {
	color: #fff;
	overflow:hidden;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 265px 5px 0px;
	padding: 5px 10px 5px 10px;
	background: #069;
}
 
.formulario {
	margin:0 0 0 6.8em;
}

.formulario3 {
	margin:0 0 0 15px;
}

.formulario2 {
	display:block;
	height:310px;
	background:url(imagenes/fondoenviado.jpg) no-repeat;
	width:auto;
}
.enviado	{
	display:block;
	background:#999999;
	border: 1px dashed #ccc;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 10px;
	float:right;
	margin:200px 15px 30px 0;
}

/* botonera inferior */

.control	{
	display: block;
	background:url(imagenes/control.jpg) #fff no-repeat;
	border-top: 1px dashed #ccc;
	height: 127px;
	width: 160px;
	float: left;
}
a:hover.control  {
	background:url(imagenes/control_a.jpg) no-repeat;
}
.cotize	{
	display: block;
	background:url(imagenes/cotize.jpg) #fff no-repeat;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	width: 166px;
	height:127px;
	float: left;
}

a:hover.cotize  {
	background:url(imagenes/cotize_a.jpg) #fff no-repeat;
}
.noticias	{
	display:block;
	background:url(imagenes/noticias.jpg) #fff no-repeat;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;	
	width:162px;
	height:127px;
	float:left;
}

a:hover.noticias	{
	background:url(imagenes/noticias_a.jpg) #fff no-repeat;
}

#clear	{
	width: 100%;
	margin:auto;
	border-bottom: 1px dashed #999;
}

/*lightbox y efecto slider*/

.caso{
	background-image: url(imagenes/bgmuestras.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:8px 0px 20px 8px;
	width:225px;
	position:relative;
}

.caso a:hover{
	text-decoration:none;
}

.casoimg{
	width:207px;
	height:102px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}

.desc_caso{
	background-color:#d2d2d2;
	/*opacity:0.9;*/
	position: absolute;
	top:242px;
	left:0;
	height:167;
	width:197px;
	padding:5px;
}
.desc_caso a{
	color:#666;
	text-decoration:none;
	padding-left:4px;
}

.desc_caso a:hover{
	color:#3399FF;
}
.chico{
font-size:11px;
line-height:15px;
margin:0;
}

/*contenedores de slidbox*/

/* Bloques */
.bloque1,
.bloque2,
.bloque3,
.bloque4{
	float:left;
	width:220px;
	line-height:1.5;
}

.bloque1{
	margin:0px 11px 0px 3px;
	padding:0px;
}

.bloque2{
	margin:0px 11px 0px 11px;
	padding:0px;
}

/*acordeon*/

#basic-accordian{
	padding:0px;
	width:450px;

}

.accordion_headings{
	padding:7px;
	background:url(../imagenes/backgrounds/menuini.jpg);
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:url(../imagenes/backgrounds/menuinia.jpg);
}

.accordion_child{
	padding:15px;
	background:#fff;
}

.header_highlight{
	background:url(../imagenes/backgrounds/menuinia.jpg);
}

.select	{
	padding:100px;
}

