body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.container {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 369px;
	float: left;
	text-align: center;
	font-family: Verdana;
	color: #FFF;
	font-size: 12px;
}
.row {
	float:left;
}
.item {
	background-color: #999999;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	float: left;
	width: 40px;
	height: 30px;
	padding-top: 6px;
}
.item a {
	color: #FFF;
	text-decoration: none;
}
.item a:hover{
	color: #555;
}
.marcado {
	background-color: #0099CC;
}
.riple-content{
	padding: 10px;
	border: 2px solid #808080;
	width: auto;
	height: auto;
	float: left;
	background: #B1B1B1;
}
.ripple {
	float: left;
	width: auto;
	height: auto;
	background-image: url(imagenes/ripple.png);
	background-attachment: scroll;
	background-position: 0 50%;
	background-repeat: repeat;
}

/*estilos tip*/
.tool-tip {
	color: #fff;
	width: auto;
	z-index: 10;
	background-color: #ffffff;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 3px;
}

.tool-title {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #555;
	width: auto;
	padding: 2px 0px;
}

.tool-text {
	text-align: center;
	font-size: 11px;
	width: auto;
	color: #555;
}
/*---termina estilos tip---*/

.loading {
	background-image:url(../images/loader.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-style:italic;
	color: #555;
	font-size: 12px;
	height: 16px;
	width: auto;
	padding: 3px 0 3px 22px;
	float: left;
}


.screen-simulation{
	float: left;
	padding-left: 20px;
}
.dimensions{
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 0;
}
.dimensions h5{
	float: left;
	padding-right: 15px;
	color: #D8234C;
	font-size: 1.3em;
}
.dimensions h5 span{
	color: #BF2F57;
}

.details, .model-options{
	float: left;
	width: 369px;
	margin-bottom: 15px;
}
.details ul li, .model-options ul li{
	padding: 3px 0;
	font-size: 14px;
	color: #666; 
}
.details ul li span.bold, .model-options ul li span.bold,
.model-options ul li label{
	font-weight: bold;
	font-size: 0.9em;
	color: #444444;
}
.model-options{
	padding-left: 20px;
	padding-top: 50px;
}

.details h2{
	background: url(imagenes/bg-h2-promos.jpg) top left no-repeat;
	width: 200px;
	height: 50px;
	padding: 5px 0 0 20px;
}
.details h3, .model-options h3{
	color: #444;
	width: 100%;
	margin-bottom: 10px;
}
.details h3 span, .model-options h3 span{
	color: #EF480E;
	margin-bottom: 15px;
}
