/* 
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{
float:left;
width:228px;}

.img_des{
width:226px;
height:189px;	
overflow:hidden;
border: #CCCCCC 1px solid;}

.img_des img{
width:226px;
height:189px;
}

.img_des_a{
width:500px;
height:418px;	
overflow:hidden;
border: #CCCCCC 1px solid;}

.img_des_a img{
width:500px;
height:418px;
}

.rotator{
width:150px;
margin:0px auto;
margin-top:10px;}
.texto{
width:470px;
float:right;}
.bold{
color:#FF0000;
font-weight:bold;
font-size:13px;}

.cantidad{

float:right;}

.sinmarco{
	border:0;
}
