﻿/*////////////////////////////////////////*/
/*------------------reset-----------------*/
/*////////////////////////////////////////*/

* {
	margin:0;
	padding:0;
	border:none;
	vertical-align: baseline;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	outline: 0;
}
ul, ol  {
	list-style:none;
}
bloquote, q {
	quotes: "" "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*////////////////////////////////////////*/
/*------------------root-----------------*/
/*////////////////////////////////////////*/

.clearit {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0;
}
strong {
	font-weight:bold;
}
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
h1 {
	font-weight:normal;
	font-size:28px;
}
h2 {
	font-weight:normal;
	font-size:24px;
}
h3 {
	font-weight:normal;
	font-size:14px;
}
ul {
	list-style:none;
}
div.contenedor {
	width:768px;
	margin:auto;
}
a {
	color:#3e3e3e;
}
a:hover {
	color:#bbbbbb;
}
a.enlacenormal {
	color:#666666;
}
div.latinamerica {
	width:200px;
	float:left;
	padding-left:130px;
}
div.TA_rated {
	width:168px;
	float:left;
}
div.TA_excellent {
	width:168px;
	float:left;
}

/*---------------- Header ----------------*/

div.header {
	height:100px;
	background-image:url('../images/bg_header.gif');
	color:#bbbbbb;
}

/*---------------- Header TOP ----------------*/

div.header div.top {
	width:384px;
	height:32px;
	padding-top:5px;
	float:left;
}
div.header div.top a {
	color:#bbbbbb;
}
div.header div.top a:hover {
	color:#000000;
}
div.header div.top blockquote {
	text-align:right;
}
div.header div.top blockquote img {
	margin-top:8px;
	margin-right:16px;
}

/*---------------- Header Titulo ----------------*/

div.header div.titulo {
	clear:left;
	height:25px;
	padding-top:5px;
	letter-spacing:6px;
	text-align:center;
	font-size: 9px;
}
/*---------------- Logo ----------------*/
div.logotipo {
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}
/*---------------- Cuerpo ----------------*/

div.cuerpo div.sidebar {
	width:288px;
	float:left;
}
div.cuerpo div.contenido {
	color:#888888;
	width:480px;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
}
div.cuerpo div.contenido table {
	width:100%;
	margin-top:16px;
}
div.cuerpo div.contenido table td {
	padding:4px;
}
div.cuerpo div.contenido table tr.titulos {
	background:#0b1888;
	color:#ffffff;
}
div.cuerpo div.contenido table td.subtitulos {
	background:#efefef;
	border-bottom:1px #ffffff solid;
}
div.cuerpo div.sidebar div.text {
	margin:16px 32px 16px 16px;
	color:#888888;
}
div.cuerpo div.sidebar div.text h2 {
	border-bottom:1px #ced1e7 solid;
	padding:4px;
	color:#0b1888;
}
div.cuerpo div.sidebar div.text img {
	margin-bottom:32px;
}
div.cuerpo div.sidebar div.text p {
	text-align:justify;
	padding-top:8px;
}
div.cuerpo div.sidebar div.text dfn {
	display:block;
	text-align:center;
}
/*---------------- Menu ----------------*/
div.menu {
	clear:both;
}
div.menu li {
	float:left;
	font-size:13px;
	font-weight:bold;
}
div.menu li a {
	width:128px;
	height:64px;
	display:block;
	text-decoration:none;
	background-image:url('../images/boton.gif');
}
div.menu li a:hover {
	width:128px;
	height:64px;
	display:block;
	background-image:url('../images/boton_on.gif');
	color:#ffffff;
}
div.menu li a span{
	padding-top:32px;
	text-align:center;
	display:block;
}
/*---------------- Footer ----------------*/
div.footer {
	clear:both;
	text-align:center;
	font-size: 12px;
}
div.footer p {
	clear:both;
	padding-top:16px;
}
div.footer p a {
	font-weight:bold;
}
/*------------ formulario ------------*/
form p {
	clear:both;
}
legend {
	display: none;
}
fieldset {
	padding: 16px;
}
input {
	width: 128px;
	background-color:#ebebeb;
	border: solid #ffffff 1px;
	padding: 4px;
}
textarea {
	width: 256px;
	height: 128px;
	background-color:#ebebeb;
	border: solid #ffffff 1px;
	padding: 4px;
}
label {
	float: left;
	width:128px;
	text-align: right;
	margin: 4px 8px 0px 0px;
	padding: 4px;
}
textarea:focus {
	background: #ffe4a1;
	color: black;
}
input:focus {
	background: #ffe4a1;
	color: black;
}
input.boton {
	width: 128px;
	border: 1px solid #ffffff;
	padding: 2px 1em;
	background: #ebebeb;;
	color: #000000;
}
