body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/archivos_comunes/imagenes20/fondo-body.png);
	background-repeat: repeat-x;
}
body .imei {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header-master {
	background-image: url(/archivos_comunes/imagenes20/fondo-header-master.png);
	height: 40px;
	width: 900px;
	float: left;
}
#header-logo {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}

#header-master-in  {
	text-align: right;
	padding-top: 7px;
	padding-right: 7px;
	font-size: 10px;
	color: #666;
	float: right;
}
#header-producto {
	float: left;
	height: 280px;
	width: 900px;
}
#banner-producto {
	float: left;
	height: 280px;
	width: 637px;
}
#banner-atencion-cliente {
	float: left;
	height: 280px;
	width: 263px;
}
.menu {
	width:100%;
	font-size:14px;
	position:relative;
	z-index:100;
	background-color: #32487A;
	float: left;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:381px;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
}
.menu li ul li {
	float:left;
	width:150px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited , .menu a:active{
	display:block;
	text-decoration:none;
	padding: 10px;
	background-color: #32487A;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:95px;
	w\idth:100%;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #32487A;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #32487A;
}
.menu ul ul :hover > a.drop {
	background-color: #32487A;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#333333;}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #9AD231;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:auto;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	width:auto;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-95px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#32487A;
	color:#FFF;
	height:auto;
	padding:5px;
	width:auto;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width:96px;
	w\idth:auto;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#9AD231;
	background-color: #32487A;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#32487A;
	background-color: #9AD231;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





.menu-ngsdirect {
	width:100%;
	font-size:12px;
	position:relative;
	z-index:100;
	background-color: #32487A;
	float: left;
}
/* hack to correct IE5.5 faulty box model */
* html .menu-ngsdirect {
	width:381px;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu-ngsdirect ul {padding:0;margin:0;list-style-type:none;}
.menu-ngsdirect ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu-ngsdirect li {
	float:left;
	width:auto;
	position:relative;
}
.menu-ngsdirect li ul li {
	float:left;
	width:150px;
	position:relative;
}
/* style the links for the top level */
.menu-ngsdirect a, .menu-ngsdirect a:visited , .menu-ngsdirect a:active{
	display:block;
	text-decoration:none;
	padding: 5px;
	background-color: #32487A;
	color: #CCC;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu-ngsdirect a, * html .menu-ngsdirect a:visited {
	width:95px;
	w\idth:100%;
}

/* style the second level background */
.menu-ngsdirect ul ul a.drop, .menu-ngsdirect ul ul a.drop:visited {
	background-color: #32487A;
}
/* style the second level hover */
.menu-ngsdirect ul ul a.drop:hover{
	background-color: #32487A;
}
.menu-ngsdirect ul ul :hover > a.drop {
	background-color: #32487A;
}
/* style the third level background */
.menu-ngsdirect ul ul ul a, .menu-ngsdirect ul ul ul a:visited {background:#333333;}
/* style the third level hover */
.menu-ngsdirect ul ul ul a:hover {
	background-color: #9AD231;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-ngsdirect ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:auto;
}
/* another hack for IE5.5 */
* html .menu-ngsdirect ul ul {
	top:30px;
	t\op:30px;
}

/* position the third level flyout menu */
.menu-ngsdirect ul ul ul{
	width:auto;
}

/* position the third level flyout menu for a left flyout */
.menu-ngsdirect ul ul ul.left {left:-95px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-ngsdirect table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu-ngsdirect ul ul a, .menu-ngsdirect ul ul a:visited {
	background:#32487A;
	color:#CCC;
	height:auto;
	padding:5px;
	width:auto;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu-ngsdirect ul ul a{
	width:96px;
	w\idth:auto;
}

/* style the top level hover */
.menu-ngsdirect a:hover, .menu-ngsdirect ul ul a:hover{
	color:#9AD231;
	background-color: #32487A;
}
.menu-ngsdirect :hover > a, .menu-ngsdirect ul ul :hover > a {
	color:#32487A;
	background-color: #9AD231;
}

/* make the second level visible when hover on first level list OR link */
.menu-ngsdirect ul li:hover ul,
.menu-ngsdirect ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu-ngsdirect ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu-ngsdirect ul :hover ul :hover ul{ visibility:visible;}





#contenido {
	float: left;
	width: 900px;
	background-color: #FFF;
	padding-top: 20px;
}

#contenido-principal {
	float: left;
	width: 596px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
	min-height: 300px;
}
#contenido-principal h1 {
	color: #32487A;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal h2 {
	font-size: 14px;
	color: #32487A;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal h3 {
	margin: 0px;
	font-size: 12px;
	color: #32487A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal p {
	padding-bottom: 10px;
}
#contenido-principal a  {
	color: #32487A;
	text-decoration: none;
	font-weight: bold;
}
#contenido-principal a:hover {
	color: #6C3;
	text-decoration: none;
	font-weight: bold;
}
#contenido-principal ul {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contenido-principal ul li {
	margin-bottom: 5px;
	list-style-image: url(/archivos_comunes/imagenes20/bullet.png);
}
#contenido-principal hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	border: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}
#contenido-principal-frame h1 {
	color: #32487A;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal-frame h2 {
	font-size: 14px;
	color: #32487A;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal-frame h3 {
	margin: 0px;
	font-size: 12px;
	color: #32487A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-principal-frame p {
	padding-bottom: 10px;
	color: #666;
}
#contenido-principal-frame a  {
	color: #32487A;
	text-decoration: none;
}
#contenido-principal-frame a:hover {
	color: #6C3;
	text-decoration: none;
}
#contenido-principal-frame ul {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contenido-principal-frame ul li {
	margin-bottom: 5px;
	list-style-image: url(/archivos_comunes/imagenes20/bullet.png);
}
#contenido-principal-frame hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	border: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}

.seguros-home {
	width: 596px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	min-height: 116px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.seguros-home img {
	margin-right: 10px;
}
.seguros-home-texto {
	padding-left: 125px;
}
.seguros-home-final {
	width: 596px;
	float: left;
	min-height: 116px;
	padding-top: 10px;
	padding-bottom: 10px;
}

    #banner-publicidades {
	width: 596px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#contenido-secundario {
	width: 223px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#contenido-secundario h2 {
	font-size: 14px;
	color: #32487A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contenido-secundario h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#contenido-secundario h3 a {
	color: #32487A;
	text-decoration: none;
}
#contenido-secundario h3 a:hover {
	color: #6C3;
	text-decoration: none;
}
#contenido-secundario p {
	font-size: 10px;
	padding-bottom: 5px;
	color: #666;
}
#contenido-secundario ul {
	padding-left: 15px;
	list-style-image: url(../imagenes20/bullet.png);
}
#contenido-secundario ul li {
	margin-bottom: 5px;
}
#contenido-secundario ul li a {
	color: #32487A;
	text-decoration: none;
}
#contenido-secundario ul li a:hover {
	color: #6C3;
	text-decoration: none;
}
#contenido-secundario select {
	width: 220px;
}
.form-descripcion {
	font-size: 10px;
	color: #999;
	padding-top: -10px;
}
.form-field {
	width: 220px;
}
.cita {
	font-size: 10px;
	margin-bottom: 0px;
	cursor: default;
	padding: 0px;
	margin-top: 20px;
}
.disclaimer {
	font-size: 10px;
	margin-bottom: -10px;
	cursor: default;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding: 0px;
	float: left;
	width: 100%;
}
#form-certificado {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#form-certificado h2 {
	font-size: 14px;
	color: #32487A;
	margin: 0px;
	padding: 0px;
}
#form-certificado p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}#footer-master {
	background-image: url(/archivos_comunes/imagenes20/fondo-footer-master.png);
	height: 207px;
	width: 900px;
	float: left;
}
#links-ngsdirect {
	float: left;
	width: 580px;
	margin-top: 40px;
	font-size: 10px;
	padding-left: 20px;
}
.caja-links {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9AD231;
	margin-top: 10px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 130px;
}
.caja-links  h6 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #32487A;
}
.caja-links  a {
	color: #666;
	text-decoration: none;
}
.caja-links  a:hover {
	color: #666;
	text-decoration: underline;
}
#direcciones-ngs {
	float: left;
	width: 280px;
	margin-top: 40px;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}
#direcciones-ngs p {
	color: #666;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
hr {
	margin: 0px;
	padding: 0px;
}
.texto-noticia-derecha {
	font-size: 10px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 12px;
}
.texto-noticia-derecha a {
	font-size: 10px;
	color: #32487A;
	text-decoration: none;
}
.texto-noticia-derecha a:hover {
	font-size: 10px;
	color: #6C3;
	text-decoration: none;
}
.fecha-noticia-derecha {
	font-size: 10px;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -8px;
	padding-left: 0px;
}
.fecha-noticia {
	font-size: 10px;
	color: #999;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mas-noticias {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mas-noticias a {
	color: #32487A;
	text-decoration: none;
	font-weight: bold;
}
#mas-noticias a:hover {
	color: #6C3;
	text-decoration: none;
	font-weight: bold;
}
.parrafo-derecha {
	margin-bottom: 10px;
}
.alerta {
	font-weight: bold;
	color: #F00;
}
.form-descripcion {
	font-size: 10px;
	color: #999;
	padding-top: -10px;
}
.form-field {
	width: 220px;
}
.texto-chico {
	font-size: 10px;
}
.costo-seguro {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #E4E4E4;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
}
.publicidad-derecha {
	margin-top: 20px;
}
#video-polizamovil {
	margin-top: 5px;
}
.img_out {
	margin-right: 10px;
}
.div_img_in {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.noticias_home {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

input[type="button"], input[type="submit"]
{
	border-width: 1px;
	border-color: Silver;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: Silver;
	font-family: Verdana;
}
#instructivo-imei {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
	height: 225px;
}

#instructivo-imei h2 {
	font-size: 14px;
	color: #32487A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#instructivo-imei h3 {
	margin: 0px;
	font-size: 12px;
	color: #32487A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.descripcion-celular {
	background-color: #F0F0F0;
	padding: 10px;
	width: 203px;
}
.descripcion-celular p{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.img_certificado {
	margin-bottom: 5px;
}
.modulo_derecha {
	margin-top: 30px;
}

