/* CSS Document                                                   */
/* Desarrollado por: Ing. Juan C. Mena G.                         */
/* Todos los derechos reservados por Cybernetix de Venezuela, C.A */

/*Limpia de estilos predefinidos de la página*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
a {
	text-decoration:none;
}
/* estilos */
.fila_menu_emergente{
	display:block;
	clear:both;
	width:400px;
	height:147px;
}
.lista_caracteristicas {
	width:212px;
	height:140px;
	float:right;
	margin-top:5px;
}
.lista_caracteristicas ul{
	font-size:12px;
}
.lista_caracteristicas li{
	line-height:20px;
}
.lista_caracteristicas li a{
	font-size:14px;
}
.menu_emergente {
	display:block;
	margin:0 auto;
	float:left;
	overflow:hidden;
	width:247px;
	height:147px;
	background-color:#FFF;
}
.menu_emergente a{
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2786C2;
	width:200px;
	height:147px;
}
.menu_emergente a:hover{
	color:#F60;
}
.thumbnail img{
	float:right;
	width:153px;
	height:147px;
}
