/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/

#enduro{
background-image:url(../img/img_general_17.jpg);
}

#general{
background-image:url(../img/img_bike_03.jpg);
}

.txt_des{
float:left;
line-height:14px;

}

.tit_desa{
color:#FF0000;
font-weight:bold;
font-size:14px;
margin:10px 0px;}


.col_img{
position:relative;
float:left;
width:208px;}

.img_des{
width:206px;
height:auto;	
overflow:hidden;
}

.img_des img{
margin-top:7px;
border: #CCCCCC 1px solid;
}

.base {
	padding-top:20px;
	border:1px solid #999;
	background-color:#CCC;
	padding-bottom:30px;
}

.img_des_a{
text-align:center;
overflow:hidden;
}

.img_des_a img{
border: #CCCCCC 1px solid;
}

.rotator{
width:205px;
margin-top:5px;
margin-left:10px;
}
.texto{
margin-top:5px;
width:500px;
float:right;}
.bold{
color:#FF0000;
font-weight:bold;
font-size:13px;}

.cantidad{

float:right;}

.sinmarco{
	border:0;
}

.estdes{
position:absolute;
top:3px;
margin-left:205px;
z-index:150;}
