/* Cuerpo y Tipografía */

body {
	background-color: #99CC99;
	background-image: url(/images/topNavBgd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	min-width: 770px;
	margin: 0px;
	padding: 0px;
}

/* Título */

h3 {
	font-family: Tahoma, sans-serif;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 0.2em;
}

/* Subtítulo */

h5 {
	font-family: Tahoma, Sans-serif;
	color: #00cc00;
	display: inline;
}

/* Parrafos y vínculos */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-indent: 0px;
}
p.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-indent: 0px;
	font-style: italic;
	font-weight: bold;
}

/* Texto destacado */

p.destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}
p.last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}

hr {
	height: 0.1em;
	background-color: #666666;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
ul {
	font-family: Tahoma, Sans-serif;
	font-size: small;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	list-style-image: url(/images/arrowlink.gif);
	list-style-position: outside;
	color: #000000;
}
.servicios {
	list-style-position: inside;
	list-style-image: url(/images/arrowlink.gif);
	font-family: Tahoma, Sans-serif;
	font-size: small;
	font-style: italic;
	color: #000000;
	line-height: 1.5em;
	text-indent: 10px;
	list-style-type: none;
}
#intro {
	margin: 10px;
	float: right;
}

/* Etiqueta Too Cool fot Internet Explorer */

a#tooCool {
	position: fixed;
	display: block;
	height: 80px;
	width: 80px;
	background: url(/images/banners/too_cool_med.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 3;
	left: 60%;
	top: 11%;
}
	
/* Navegación inferiror */

#btmnav {
	padding: 5px 0;
	margin:0;
	text-align: center;
}

#btmnav li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}

#btmnav a:link, #btmnav a:visited {
	float: left;
	font-family:Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 2px;
	padding: 0 0.6em;
	text-decoration:none;
	color:#fff;
	width: 5em;
	text-align: center;
	border-right: solid #333 1px;
	font-weight: 400;
}

#btmnav a.active:link, #btmnav a.active:visited, #btmnav a:hover {
	padding-bottom: 2px;
	color:#003300;
	border-right: solid #333 1px;
}

#btmnav a.last:link, #btmnav a.last:visited, #btmnav a.last:hover {
	border-right-style: none;
}

/* Navegación Superior */

#topnav {
	padding: 12px 0;
	margin:0;
	text-align: center;
	overflow: hidden;
}

#topnav li {
	padding: 0em;
	margin: 0px;
	display: inline;
	list-style-type: none;
}

#topnav a:link, #topnav a:visited {
	float: left;
	font-family:Tahoma, Sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration:none;
	color:#fff;
	width: 3.7em;
	text-align: center;
	font-weight: 400;
	padding: 0 0.6em;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #FFFFFF;
}

#topnav a.active:link, #topnav a.active:visited, #topnav a:hover {
	color:#0f0;
	border-right: solid #fff 1px;
	padding: 0 0.6em;
	border-bottom: solid #323532 6px;
}

#topnav a.last:link, #topnav a.last:visited {
	border-bottom-width: 6px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#topnav a.last:hover {
	border-bottom-width: 6px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #323532;
}

/*Selector de Idiomas */

#idiomas {
	padding: 8px 45px 0 0;
	margin:0;
	text-align: center;
	overflow: hidden;
}

#idiomas li {
	padding: 0em;
	margin: 0px;
	display: inline;
	list-style-type: none;
}

#idiomas a:link, #idiomas a:visited {
	float: left;
	font-family:Tahoma, Sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration:none;
	color:#0066FF;
	width: 1,5em;
	text-align: center;
	font-weight: 400;
	padding: 0 0.6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#idiomas a.activo:link, #idiomas a.activo:visited, #idiomas a:hover {
	color:#FF0000;
	border-right: solid #666666 1px;
	padding: 0 0.6em;
}

#idiomas a.ultimo:link, #idiomas a.ultimo:visited {
	border-right-style: none;
}
#idiomas  a.ultimo:hover {
	border-right-style: none;
}

/* Vinculos comunes */

a.general:link, a.general:visited, a.general:active {
	color: #3366ff;
	text-decoration:none;
}

a.general:hover {
	color: #3366ff;
	text-decoration:underline;
}

/*Definición de vinculos para regreso al tope de la página*/

a.arriba:link, a.arriba:active, a.arriba:visited {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

a.arriba:hover {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
}
.arrowup {
	vertical-align: sub;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Posicionamineto de etiquetas Div */

div.wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 770px;
	visibility: visible;
	overflow: hidden;
}

div.header {
	position: relative;
	width: 100%;
	background-image: url(/images/headerBtmBkg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
}

div.logo {
	position: relative;
	height: 100px;
	width: 430px;
	float: left;
}

div.langselector {
	position:relative;
	padding: 0;
	margin: 0;
	width: 282px;
	height: 25px;
	text-align: right;
	border: none;
	float: right;
	clear: right;
	font-family: Tahoma, Sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}

div.helpbox {
	position:relative;
	padding: 0;
	margin: 0;
	width: 68px;
	height: 25px;
	text-align: right;
	border: none;
	float: right;
	clear: right;
}

div.googlesearch {
	position:relative;
	margin: 0;
	width: 340px;
	height: 27px;
	text-align: right;
	border: none;
	float: right;
	clear: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div.topnav {
	position: relative;
	height: 30px;
	width: 340px;
	padding: 0px;
	text-align: center;
	float: right;
	overflow: hidden;
}

div.content {
	position: relative;
	width: 770px;
	min-height:440px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

div.main {
	position: relative;
	width: 569px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	text-align: center;
	min-height:460px;
	overflow: hidden;
}

/*Caja de texto para política de privacidad*/

div.mainHolder
 {
	overflow: hidden;
	position: relative;
	width: 549px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

div.column {
	position: relative;
	width: 200px;
	text-align: center;
	float: right;
	clear: right;
	min-height:460px;
	overflow: hidden;
}
div.columtext {
	width: 90%;
	padding-right: 5%;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

div.footer {
	position: relative;
	height: 50px;
	width: 770px;
	text-align: center;
	background-image: url(/images/contentBtmLimit.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	overflow: hidden;
}

div.btmmenu {
	position:relative;
	background-image:url(/images/btmNavBkg.jpg);
	width:95%;
	height: 25px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}

div.btmnav {
	position:relative;
	width:65%;
	height: 25px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

div.disclaimer {
	position: relative;
	height: 3%;
	width: 90%;
	font-family: Tahoma, Sans-serif;
	font-size: 0.6em;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
div.centeredbox {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
div.workcolumn {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 25%;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	margin: 0px;
}
div.workcolumnlast {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 25%;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
div.specialscolumn {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 182px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	margin: 0px;
}
div.specialscolumnlast {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 182px;
	padding: 0px;
	float: left;
	margin: 0px;
}
div.headers {
	text-align: left;
	clear: both;
	height: 60px;
	width: 549px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
div.headerscolumn {
	text-align: left;
	clear: both;
	height: 60px;
	width: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
div.describox {
	padding: 5px;
	clear: both;
	height: 100%;
	width: 90%;
	border: thin solid #999999;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.lab {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	padding-right: 5px;
}

.wrappedimg {
	vertical-align: middle;
	float: left;
	padding-right: 5px;
}

.servicon {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

.framedimg {
	vertical-align: middle;
	float: left;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}

.framedimgnowrap {
	vertical-align: middle;
	float: none;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #CCCCCC;
}

.iconos {
	float: right;
	border: 0px;
	padding: 0 0 0 9px;
}

.thumbimg {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
	clear: both;
}
