* {
	padding: 0;
	margin: 0;	
	border: 0;
}

body {			
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

p{
	margin-bottom:10px;
	line-height: 14px;
}

# clear {
clear: both;
}


#content {
	clear: both;
	min-height: 650px;
	width:925px;
	margin: 0 auto;
	padding: 0;
	color: #333;
}


.estilo_enlaces{
color:#9A0000; 
font-family:Verdana; 
font-size:12px;
text-decoration: none;
}

.estilo_enlaces a{
color:#9A0000; 
font-family:Verdana; 
font-size:12px;
text-decoration: none;
}

.estilo_enlaces a:hover{
color:#9A0000; 
font-family:Verdana; 
font-size:12px;
text-decoration: underline;
}


.linea1{
height:8px; 
width:900px; 
background:#006766;
}

.linea2{
height:8px; 
width:900px; 
background:#999;
}

.linea3{
height:8px; 
width:900px; 
background:#9A0000;
}

.linea4{
height:8px; 
width:900px; 
background:#99CC01;
}



#content #index{
	width:900px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-family:Verdana;
	font-size:11px;
	color: #333;
}

input{
background: #8CC63F;
border: 1px solid #8CC63F;
font-family:Verdana;
font-size:11px;
color: #fff;
}

textarea{
background: #8CC63F;
border: 1px solid #8CC63F;
font-family:Verdana;
font-size:11px;
color: #fff;
}

select{
margin-top: 10px;
background: #8CC63F;
border: 1px solid #8CC63F;
font-family:Verdana;
font-size:11px;
color: #fff;
}


/* slider productos index */
#slider {
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
	background-color:#660000;
}
#sliderContent {
    position: relative;
	top: 0;
	margin:0;
	margin-left: 0px;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	border: 0px;
}
.sliderImage span {
    position: relative;
  	display: none;
    float:left;
    top:20px;
	margin-left:20px;
}
.clear {
	clear: both;
}
/* fin slider productos index */




#content td {
	margin-top:0;
	vertical-align:top;
}
