@charset "utf-8";
/* CSS Document */

#Cuerpo{
	width:1024px;
	height:auto;
}
#Contenido{
	width:880px;
	height:auto;
	padding-bottom:100px;
	float:right;
}
#menuFlash{
}
#divFoto{
	width:220px;
	float:left;
}
#divDatosTecnicos{
	width:660px;
	float:left;
}
.txtTitulo{
	text-align:center;
	background-color:#333;
	color:#FFF;
	font-size:20px;
	padding:10px;
	box-shadow:0px 5px 5px #333;
	border-radius:3px;
}
#tituloModelo{
	background-color:#324c6f;
	font-size:12px;
	color:#FFF;
	padding: 5px 0px 5px 30px;
	width:620px;
	box-shadow: 0px 1px 1px #333;
	border-radius:5px;
}
.tdI{
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #000;
	width:35%;
	height:35px;
}
.tdITitulo{
	font-weight:bold;
	font-size:11px !important;
}
.tdD{
	text-align:center;
	padding-left:10px;
	border-bottom:1px solid #999;
	height:30px;	
}
.btnModelos{
    float: left;
    width: 217px;
    height: 70px;
    cursor: pointer;
    background-color: #DDD;
    margin-top: 4px;
    box-shadow: 0px 3px 1px #666;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    margin-right: 3px;
    margin-top: -10px;
}
.btnModelos:hover{background-color:#CCC;color:#FFF}
