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

body {			
	position: relative;
}

p{
	margin-bottom:10px;
}

# clear {
clear: both;
}


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




.titulo_boton_index_azul{
	color: #00244D;
	font-weight: bold;
	font-size: 12px;
	padding-top:20px; 
	margin-left:80px;
	float: left;
}

.titulo_boton_index_azul a{
	color: #00244D;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.titulo_boton_index_azul a:hover{
	color: #78B3E0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.titulo_azul{
	color: #00244D;
	font-weight: bold;
	font-size: 14px;
}

.texto_azul_bold{
	color: #00244D;
	font-weight: bold;
	font-size: 10px;
}

.texto_azul{
	color: #00244D;
	font-size: 10px;
}


/* estilo apartado alysom */
#alysom{
	float:left;
	width: 650px;
}

#catalogo_der{
	float:left;
	width: 300px;
	margin-left: 10px;
}

/* fin estilo apartado alysom */


/* estilos productos alysom */
.producto_dato {
	font-weight: bold;
}
.titulo_dato_blanco {
	color: #EDEDED;
}

#producto_industrial td{
	height:30px;
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 5px;
	
}

#producto_construccion td{
	height:30px;
	border: 0;
	padding-left: 5px;
	padding-top: 5px;
	
}
/* fin estilos productos alysom */


.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:950px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-family:Verdana;
	font-size:11px;
	color: #333;
}

input{
background: #ccc;
border: 1px solid #ccc;
margin-top:5px;
}

textarea{
background: #ccc;
border: 1px solid #ccc;
margin-top:5px;
}


/* 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;
}
