
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

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

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th { vertical-align:middle; }

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

blockquote, q { quotes:"" ""; }

a img { border:none; }

:focus { outline:none; }

/* Base */

html { font-size:100.01%; }

body {
	line-height:1.417;
	font-size:75%;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/global/img/fondo.png) repeat-x 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color:#D9251B;
	line-height:1.167;
	margin-bottom:0.917em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size:2em; }

h2 { font-size:1.833em; }

h3 { font-size:1.667em; }

h4 { font-size:1.5em; }

h5 { font-size:1.333em; }

h6 { font-size:1.167em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

p {
	margin-top:0;
	margin-bottom:1.417em;
}

p img.left {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
	padding:0;
}

a {
	color:#D9251B;
	text-decoration:none;
}

a:focus, a:hover { color:#666; }

/* familias */

.georgia { font-family:Georgia, "Times New Roman", Times, serif; }

.arial { font-family:Arial, Helvetica, sans-serif; }

.trebuchet { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

.tahoma { font-family:Tahoma, Arial, Helvetica, sans-serif; }

.verdana { font-family: Verdana, Geneva, sans-serif; }

/* Tamaņos */

.t8 { font-size:0.667em; }

.t9 { font-size:0.75em; }

.t10 { font-size:0.833em; }

.t11 { font-size:0.917em; }

.t12 { font-size:1em; }

.t13 { font-size:1.083em; }

.t14 { font-size:1.167em; }

.t15 { font-size:1.25em; }

.t16 { font-size:1.333em; }

.t17 { font-size:1.417em; }

.t18 { font-size:1.5em; }

.t19 { font-size:1.583em; }

.t20 { font-size:1.667em; }

.t21 { font-size:1.75em; }

.t22 { font-size:1.833em; }

.t23 { font-size:1.917em; }

.t24 { font-size:2em; }

.t25 { font-size:2.083em; }

.t26 { font-size:2.167em; }

.t27 { font-size:2.25em; }

.t28 { font-size:2.333em; }

.t29 { font-size:2.417em; }

.t30 { font-size:2.5em; }

.t31 { font-size:2.583em; }

.t32 { font-size:2.667em; }

.t33 { font-size:2.75em; }

.t34 { font-size:2.833em; }

.t35 { font-size:2.917em; }

.t36 { font-size:3em; }

/* alinear */

.align-justify { text-align:justify; }

.align-left { text-align:left; }

.align-center { text-align:center; }

.align-right { text-align:right; }

/* Decoraciones */

.tdn { text-decoration:none; }

.tdu { text-decoration:underline; }

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong { font-weight:bold; }

em, dfn { font-style:italic; }

dfn { font-weight:bold; }

sup, sub { line-height:0; }

abbr, acronym { border-bottom:1px dotted #666; }

address {
	margin:0 0 20px;
	font-style:normal;
}

del { color:#666; }

pre, code {
	margin:1.5em 0;
	white-space:pre;
}

pre, code, tt {
	font:1em 'courier', 'lucida console', monospace;
	line-height:1.5;
}

/* listas */ 

li ul, li ol { margin:0; }

ul, ol { margin:0; }

ul { list-style:none; }

ol { list-style:decimal; }

dl { margin:0 0 1.36em 0; }

dl dt { font-weight:bold; }

dd { margin-left:1.25em; }

/* tablas */

table {
	margin-bottom:1.417em;
	width:100%;
}

th {
	font-weight:bold;
	background:#C3D9FF;
}

td { border-bottom:solid 1px #999999; }

th, td {
	padding:5px 3px;
	vertical-align:bottom;
}

tr.even td {
	background:#FBE3CC;
	color:#CC3300;
	padding:3px;
}

tfoot { font-style:italic; }

caption { background:#eee; }

/* grid.css */


/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 974px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.bloque-left, .bloque-right {
	float: left;
	position: relative;/*	margin-left: 10px;
	margin-right: 10px;
*/
}

.bloque-left { width:764px }

.bloque-right {
	width:190px;
	margin-left:20px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha { margin-left: 0; }

.omega { margin-right: 0; }

/* margenes y paddings */

.reset-margin { margin:0; }

.reset-padding { padding:0; }

.reset {
	margin:0;
	padding:0;
}

.first {
	margin-left:0;
	padding-left:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/* Paddings */

.p05em { padding:0.5em; }

.pt05em { padding-top:0.5em; }

.pb05em { padding-bottom:0.5em; }

.pl05em { padding-left:0.5em; }

.pr05em { padding-right:0.5em; }

.p1em { padding:1em; }

.pt1em { padding-top:1em; }

.pb1em { padding-bottom:1em; }

.pl1em { padding-left:1em; }

.pr1em { padding-right:1em; }

.p2em { padding:2em; }

.pt2em { padding-top:2em; }

.pb2em { padding-bottom:2em; }

.pl2em { padding-left:2em; }

.pr2em { padding-right:2em; }

.p2 { padding:2px; }

.pt2 { padding-top:2px; }

.pb2 { padding-bottom:2px; }

.pl2 { padding-left:2px; }

.pr2 { padding-right:2px; }

.p3 { padding:3px; }

.pt3 { padding-top:3px; }

.pb3 { padding-bottom:3px; }

.pl3 { padding-left:3px; }

.pr3 { padding-right:3px; }

.p5 { padding:5px; }

.pt5 { padding-top:5px; }

.pb5 { padding-bottom:5px; }

.pl5 { padding-left:5px; }

.pr5 { padding-right:5px; }

.p7 { padding:7px; }

.pt7 { padding-top:7px; }

.pb7 { padding-bottom:7px; }

.pl7 { padding-left:7px; }

.pr7 { padding-right:7px; }

.p10 { padding:10px; }

.pt10 { padding-top:10px; }

.pb10 { padding-bottom:10px; }

.pl10 { padding-left:10px; }

.pr10 { padding-right:10px; }

.p12 { padding:12px; }

.pt12 { padding-top:12px; }

.pb12 { padding-bottom:12px; }

.pl12 { padding-left:12px; }

.pr12 { padding-right:12px; }

.p15 { padding:15px; }

.pt15 { padding-top:15px; }

.pb15 { padding-bottom:15px; }

.pl15 { padding-left:15px; }

.pr15 { padding-right:15px; }

.p20 { padding:20px; }

.pt20 { padding-top:20px; }

.pb20 { padding-bottom:20px; }

.pl20 { padding-left:20px; }

.pr20 { padding-right:20px; }

.p25 { padding:25px; }

.pt25 { padding-top:25px; }

.pb25 { padding-bottom:25px; }

.pl25 { padding-left:25px; }

.pr25 { padding-right:25px; }

.p30 { padding:30px; }

.pt30 { padding-top:30px; }

.pb30 { padding-bottom:30px; }

.pl30 { padding-left:30px; }

.pr30 { padding-right:30px; }

.p40 { padding:40px; }

.pt40 { padding-top:40px; }

.pb40 { padding-bottom:40px; }

.pl40 { padding-left:40px; }

.pr40 { padding-right:40px; }

/* Margins */

.m05em { margin:.5em; }

.mt05em { margin-top:.5em; }

.mb05em { margin-bottom:.5em; }

.ml05em { margin-left:.5em; }

.mr05em { margin-right:.5em; }

.m1em { margin:1em; }

.mt1em { margin-top:1em; }

.mb1em { margin-bottom:1em; }

.ml1em { margin-left:1em; }

.mr1em { margin-right:1em; }

.m2em { margin:2em; }

.mt2em { margin-top:2em; }

.mb2em { margin-bottom:2em; }

.ml2em { margin-left:2em; }

.mr2em { margin-right:2em; }

.m2 { margin:2px; }

.mt2 { margin-top:2px; }

.mb2 { margin-bottom:2px; }

.ml2 { margin-left:2px; }

.mr2 { margin-right:2px; }

.m3 { margin:3px; }

.mt3 { margin-top:3px; }

.mb3 { margin-bottom:3px; }

.ml3 { margin-left:3px; }

.mr3 { margin-right:3px; }

.m5 { margin:5px; }

.mt5 { margin-top:5px; }

.mb5 { margin-bottom:5px; }

.ml5 { margin-left:5px; }

.mr5 { margin-right:5px; }

.m10 { margin:10px; }

.mt10 { margin-top:10px; }

.mb10 { margin-bottom:10px; }

.ml10 { margin-left:10px; }

.mr10 { margin-right:10px; }

.m15 { margin:15px; }

.mt15 { margin-top:15px; }

.mb15 { margin-bottom:15px; }

.ml15 { margin-left:15px; }

.mr15 { margin-right:15px; }

.m20 { margin:20px; }

.mt20 { margin-top:20px; }

.mb20 { margin-bottom:20px; }

.ml20 { margin-left:20px; }

.mr20 { margin-right:20px; }

.m25 { margin:25px; }

.mt25 { margin-top:25px; }

.mb25 { margin-bottom:25px; }

.ml25 { margin-left:25px; }

.mr25 { margin-right:25px; }

.m30 { margin:30px; }

.mt30 { margin-top:30px; }

.mb30 { margin-bottom:30px; }

.ml30 { margin-left:30px; }

.mr30 { margin-right:30px; }

.m40 { margin:40px; }

.mt40 { margin-top:40px; }

.mb40 { margin-bottom:40px; }

.ml40 { margin-left:40px; }

.mr40 { margin-right:40px; }

.m50 { margin:50px; }

.mt50 { margin-top:50px; }

.mb50 { margin-bottom:50px; }

.ml50 { margin-left:50px; }

.mr50 { margin-right:50px; }

/* formularios */


form {
	margin:0;
	padding:0;
	width:100%;
}

input, textarea, select {
	border:none;
	background:#EBE8E8;
	margin:0;
	padding:2px;
}

input:focus, textarea:focus, select:focus { background:#EEE; }

label { font-size:0.917em; }

fieldset {
	padding:1.5em;
	margin:0 0 1.5em 0;
	border:1px solid #D8D7DB;
}

legend {
	font-weight:bold;
	font-size:1.25em;
	color: #D8D7DB;
}

textarea {
	height:150px;
	padding:5px;
	overflow:hidden;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}

form.inline { }

form.inline p { margin-bottom:0; }

.input_25 { width:25px; }

.input_40 { width:40px; }

.input_50 { width:50px; }

.input_60 { width:60px; }

.input_70 { width:70px; }

.input_80 { width:80px; }

.input_90 { width:90px; }

.input_100 { width:100px; }

.input_110 { width:110px; }

.input_120 { width:120px; }

.input_130 { width:130px; }

.input_140 { width:140px; }

.input_145 { width:145px; }

.input_150 { width:150px; }

.input_160 { width:160px; }

.input_170 { width:170px; }

.input_180 { width:180px; }

.input_190 { width:190px; }

.input_200 { width:200px; }

.input_210 { width:210px; }

.input_220 { width:220px; }

.input_230 { width:230px; }

.input_240 { width:240px; }

.input_250 { width:250px; }

.input_260 { width:260px; }

.input_270 { width:270px; }

.input_280 { width:280px; }

.input_290 { width:290px; }

.input_300 { width:300px; }

.input_310 { width:310px; }

.input_320 { width:320px; }

.input_330 { width:330px; }

.input_340 { width:340px; }

.input_350 { width:350px; }

.input_360 { width:360px; }

.input_370 { width:370px; }

.input_380 { width:380px; }

.input_390 { width:390px; }

.input_500 { width:500px; }

/*colores*/

.rojo { Color: #D9251B; }

.gris333 { Color:#333333; }

.gris666 { Color:#666666; }

.gris999 { Color:#999999; }

.blanco { color:white; }

/* otras clases */
.overflow { overflow:hidden; }

.outline { outline:none; }

.hide { display:none; }

.inline { display:inline; }

.none {
	border:none;
	background:none;
}

.normal { font-weight:normal; }

.bold { font-weight:bold; }

.left { float:left; }

.right { float:right; }

.error {
	background:#D9251B;
	Color:white;
	padding:5px;
	margin-bottom:.5em;
	font-weight:bold;
}

.convertir {
	background:#D9251B;
	Color:white;
	padding:5px;
	font-weight:bold;
}

.borrar {
	background:#666;
	Color:white;
	padding:5px;
	font-weight:bold;
}

.asterisco { color:#D9251B; }

hr {
	background:#999999;
	color:#999999;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.417em;
	border:none;
}

hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix, .container { display: block; }

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.bordeimg {
	padding:3px;
	border: solid 1px #BEBEBE;
}

.lineacorte { border-bottom:solid 1px #999999; }

.lineacortetop { border-top:solid 1px #999999; }

.lineapunto { background: url(/global/img/lineapunto.png) repeat-x left bottom; }

.pics {
	display:block;
	height:203px;
	overflow:hidden;
}

.paginador { width:200px; }

#msg {
	display:none;
	position:absolute;
	z-index:2200;
	background:url(/global/img/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
	Color:#FCDDDD;
	font-weight:bold;
}

#msgcontent {
	display:block;
	background:#E60000;
	border:2px solid #924949;
	border-left:none;
	padding:2px 5px;
	min-width:150px;
	max-width:150px;
	font-size:0.92em;
}

.logo { width:240px; }

.top-right { width:734px; }

.fecha { margin-bottom:50px; }

.menu {
	height:25px;
	margin-left:200px;
}

.menu ul li {
	display:inline;
	text-align:center;
	font-weight:bold;
	font-size:1.167em;
}

.menu ul li a {
	float:left;
	height:0px;
	overflow:hidden;
	color:#666;
	padding-top:65px;
}

.menu ul li a:hover { color:#D9251B; }

.menu ul li a.menu1 {
	background: url(/global/img/menu1.png) no-repeat 0px 0px;
	width: 47px;
}

.menu ul li a.menu1:hover { background: url(/global/img/menu1.png) no-repeat 0px -65px; }

.menu ul li a.menu2 {
	background: url(/global/img/menu2.png) no-repeat 0px 0px;
	width: 61px;
}

.menu ul li a.menu2:hover { background: url(/global/img/menu2.png) no-repeat 0px -65px; }

.menu ul li a.menu3 {
	background: url(/global/img/menu3.png) no-repeat 0px 0px;
	width: 59px;
}

.menu ul li a.menu3:hover { background: url(/global/img/menu3.png) no-repeat 0px -65px; }

.menu ul li a.menu4 {
	background: url(/global/img/menu4.png) no-repeat 0px 0px;
	width: 74px;
}

.menu ul li a.menu4:hover { background: url(/global/img/menu4.png) no-repeat 0px -65px; }

.menu ul li a.menu5 {
	background: url(/global/img/menu5.png) no-repeat 0px 0px;
	width: 90px;
}

.menu ul li a.menu5:hover { background: url(/global/img/menu5.png) no-repeat 0px -65px; }

.menu ul li a.menu6 {
	background: url(/global/img/menu6.png) no-repeat 0px 0px;
	width: 63px;
}

.menu ul li a.menu6:hover { background: url(/global/img/menu6.png) no-repeat 0px -65px; }


.menu ul li a.menu2en {
	background: url(/global/img/menu2en.png) no-repeat 0px 0px;
	width: 61px;
}

.menu ul li a.menu2en:hover { background: url(/global/img/menu2en.png) no-repeat 0px -65px; }

.menu ul li a.menu3en {
	background: url(/global/img/menu3en.png) no-repeat 0px 0px;
	width: 65px;
}

.menu ul li a.menu3en:hover { background: url(/global/img/menu3en.png) no-repeat 0px -65px; }

.menu ul li a.menu4en {
	background: url(/global/img/menu4en.png) no-repeat 0px 0px;
	width: 74px;
}

.menu ul li a.menu4en:hover { background: url(/global/img/menu4en.png) no-repeat 0px -65px; }

.menu ul li a.menu5en {
	background: url(/global/img/menu5en.png) no-repeat 0px 0px;
	width: 90px;
}

.menu ul li a.menu5en:hover { background: url(/global/img/menu5en.png) no-repeat 0px -65px; }

.menu ul li a.menu6en {
	background: url(/global/img/menu6en.png) no-repeat 0px 0px;
	width: 63px;
}

.menu ul li a.menu6en:hover { background: url(/global/img/menu6en.png) no-repeat 0px -65px; }

.fondo-footer { background: url(/global/img/fondo-footer.png) repeat-x 0px 0px; }

.noticias, .internas, .glosario { width:454px; }

.col-medio {
	width:230px;
	background: url(/global/img/fondo-col-medio.png) repeat-x 0px 0px;
	padding:0 20px;
}

.bullet {
	background: url(/global/img/bullet-tit.png) no-repeat 0px 2px;
	padding-left:20px;
}

.herramientas { background: url(/global/img/ico-herramientas.png) no-repeat 85% 50%; }

.herramientas ul li { margin-bottom:10px; }

.herramientas ul li a { color:#666; }

.herramientas ul li a:hover { color:#D9251B; }

.ft-col { width:220px; }

.internas ul li {
	margin-bottom:10px;
	color:#666;
	background: url(/global/img/bullet02.gif) no-repeat 0px 6px;
	padding-left:15px;
}

.internas ul ul {
	margin-top:5px;
	margin-left:60px;
}

.internas ul li li {
	background: url(/global/img/bullet.gif) no-repeat 0px 6px;
	font-weight:bold;
}

#formContacto label, #form_usuario label, #form_recordar label {
	width:120px;
	color:#666;
}

#form_recordar label {
	width:70px;
	color:#666;
}

.img-not { width:168px; }

.list-seguro ul li { margin-bottom:10px; }

.list-forms li.doc {
	background: url(/global/img/ico-doc.png) no-repeat 0px 0px;
	padding-left:36px;
}

.list-forms li.pdf {
	background: url(/global/img/ico-pdf.png) no-repeat 0px 0px;
	padding-left:36px;
}

.list-forms li.xls {
	background: url(/global/img/ico-xls.png) no-repeat 0px 0px;
	padding-left:36px;
}

#TabbedPanels1 ul.TabbedPanelsTabGroup li {
	font-weight: bold;
	color: #D9251D;
}

.TabbedPanelsContent ul, .AccordionPanelContent ul {
	margin-top:1em;
	margin-left:20px;
	margin-bottom: 1.5em;
}


.TabbedPanelsContent ul li, .AccordionPanelContent ul li {
	margin-bottom:0.8em;
}

.box-clima {
	background: #F1F1F1;
	padding: 15px 9px;
	border: 1px solid #D4D4D4;
}


