
/* 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;
}

body { line-height:1.167; }

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 {
	font-size:75%;
	color:#6C6B6B;
	font-family: Arial, Helvetica, sans-serif;
	background: #656565;
}

h1, h2, h3, h4, h5, h6 {
	color:#999900;
	margin-bottom:1em;
	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.167em;
}

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:#000;
	text-decoration:none;
}

a:focus, a:hover { color:#6C6B6B; }

/* 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.167em;
	width:100%;
}

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

th, td { padding:3px; }

tr.even td {
	background:#E8EFF9;
	color:#0C55C0;
	padding:3px;
	border-top:1px solid #C5D7F0;
}

tfoot { font-style:italic; }

caption { background:#eee; }

/* 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, input[type=text], input[type=password] {
	color:#6C6B6B;
	border:1px solid #CCC;
	background:#FBFBFB;
	margin:0;
	padding:2px;
}

input:focus, textarea:focus, select:focus, input[type=text]:focus, input[type=password]:focus { background:#FFF; }

label {
	font-size:0.917em;
	color:#6C6B6B;
}

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

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

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_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; }

/*colores*/

.mostaza { Color: #999900; }

.mostaza1 { Color: #CBCB0F; }

.mostaza2 { Color: #CBCB00; }

.grisoscuro {Color: #6C6B6B;}
.grismedio { Color: #BEBDBD; }

.grisclaro {  Color: #F3F2F2;}

.negro { Color: #000; }


.gris333 { Color:#333333; }

.gris666 { Color:#666666; }

.gris999 { Color:#999999; }

.blanco {color:#FFF;}

.rojo { color:#990000; }

/* 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:#990000;
	Color:#FBF5F5;
	padding:5px;
	margin-bottom:.5em;
	font-weight:bold;
}

.asterisco { color:#990000; }

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

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

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

.clearfix, .container { display:block; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


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

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

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

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

/* grid.css */


.container {
	width:937px;
	margin:0 auto;
	background: #FFF;
	border-right: 2px solid #3F3F3F;
	border-bottom: 2px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;	
	position:relative;
}

.fondo {
	background: url(/global/img/fondo.png);
	height: 549px;
	width: 361px;
	position: absolute;
	left: -361px;
	top: 0px;
}

div.col-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-950 {
	float:left;
	margin-right:15px;
}

div.last { margin-right:0; }

.span-1 { width:663px; }

.span-2 { width:70px; }

.span-3 { width:110px; }

.span-4 { width:150px; }

.span-5 { width:190px; }

.span-6 { width:230px; }

.span-7 { width:270px; }

.span-8 { width:310px; }

.span-9 { width:350px; }

.span-10 { width:390px; }

.span-11 { width:430px; }

.span-12 { width:470px; }

.span-13 { width:510px; }

.span-14 { width:550px; }

.span-15 { width:590px; }

.span-16 { width:630px; }

.span-17 { width:670px; }

.span-18 { width:710px; }

.span-19 { width:750px; }

.span-20 { width:790px; }

.span-21 { width:830px; }

.span-22 { width:870px; }

.span-23 { width:910px; }

.span-950, div.span-950 {
	width:950px;
	margin:0;
}


#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;
}


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

.bloque-left {
	float:left;
	width:631px;
	
}

.bloque-right {
	float:right;
	width:300px;
}



.menu-top {
	width:250px;
}

.menu-top li {
	display:inline;
	height: 14px;
	text-align:center;
}

.menu-top li a {
	float:left;
	display:block;
	height: 14px;
	line-height:14px;
	color:#999;
	font-size: 0.917em;
	padding: 0 8px 0 4px;
	background: url(/global/img/sep-menu-top.png) no-repeat right center;
}

.menu-top li a:hover {
	color:#000;
}

.logo {
	width:153px;
	margin-left:27px;
	
}

.top  {
	width:710px;
}
.fecha-clima {
	width:330px;
	padding-left:12px;
}


.main-menu ul li {
	
	height:34px;
	display:inline;
}

.main-menu ul li a {
	display:block;
	height:34px;
	line-height:34px;
	text-align:center;
	float: left;
	font-weight: bold;
	color: #333;
	padding-right: 9px;
	padding-left: 10px;
	font-size:1.083em;
	background: url(/global/img/sep-nav.png) no-repeat right top;
}

.main-menu ul li a:hover {
	background: #CBCB0F;
	color:#333;
}


.box-home {
	width:204px;
	margin-right:4px;
	background:#F3F2F2 url(/global/img/fondo-cuadro2.png) no-repeat left bottom;
	
}


.menu-footer { width:864px; margin:0 30px; border-top:solid 1px #333; padding-top:15px;}

.menu-footer ul {width:216px; }

.menu-footer ul li {
	font-size:0.917em;
	margin-bottom:5px;
	padding-left:15px;

}

.menu-footer ul li a {
	color: #333;
}

.menu-footer ul li a:hover { color: #6C6B6B; }

.copy, .mmlogo {width:45%;}

.slide {position:relative;}

.slideNum {
	position: absolute;
	left: 825px;
	top: 181px;
	z-index: 10000;
}

.slideNum ul li {display:inline;}

.slideNum ul li a {
	display:block;
	float:left;
	color: #333;
	margin-right: 4px;
	padding-bottom: 3px;
	margin-left: 4px;
	font-weight:bold;
	font-size:1.167em;
	padding-right: 4px;
	padding-left: 4px;
}

.slideNum ul li a:hover {
	color: #333;
	border-bottom: solid 7px #333;
}

.especiales-home { background: url(/global/img/fondo-cuadro1.png) repeat-y right top; }
.content-esp { background: url(/global/img/fondo-cuadro0.png) no-repeat left top; padding-bottom: 5px;}

.content-esp h1, .content-esp p {padding: 0 20px 0 10px;}
.capacitacion {background:#BEBDBD; padding:15px 20px 15px 15px;}
.capacitacion ul {padding:3px 6px;}

.capacitacion ul li {
		padding:3px 0 3px 9px;
		background: url(/global/img/bullet.png) no-repeat left 9px;
		color:#333;
}


.capacitacion a:hover {color:#f5f5f5;}

.imgsc-subm {background:#CBCB00;}

.img-central-seccion {background:#FFF; width:574px;}

.ts1 {width:564px;}
.ts2 {width:333px;}

.titulo-sec {color:#F7F7DB;}
.submenu {background:#CBCB00; margin-bottom:20px; }

.submenu ul {padding:10px 10px 10px 0;}

.submenu ul ul {margin:0;}

.submenu ul li {
	margin-bottom: 3px;
	margin-top:3px;
	background: url(/global/img/bullet-submenu.png) no-repeat left 3px;
	padding-left: 35px;
}
.submenu ul li a {
	font-weight: bold;
	color: #FFF;
}

.submenu ul li li {
	background: none;
	padding-left: 35px;
}
.submenu ul li li a {
	font-weight: normal;
	color: #FFF;
}

.submenu ul li a:hover {
	
	color: #333;
}

.iconos-ficha { width:200px; }

.iconos-ficha li { display: inline; }

.iconos-ficha li a, .iconos-ficha li span {
	float: right;
	display:block;
	height:18px;
	margin-right: 5px;
}


.not-rel li, .tabsLM li, .destacadas li, .box-rel li, .ucol li, .mislinks li, .allcol li {
	background: url(/global/img/bullet.gif) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom:5px;
}

.pie_img  {width:480px;}

.ver-mas {width:121px;}

.box-pic { background:#f2f2f2;}

.img-col {width: 120px;}

.headcol {width:470px;}

.dato-pedido {width:100px;}

.form-inside { background:#F3F2F2;}



#txt ul {
	
	margin: 10px;
}

#txt ul li {
	background: url(/global/img/bullet.gif) no-repeat 0px 5px;
	padding-left: 8px;
	margin-bottom: 8px;
}

#txt ul li li {
	background: url(/global/img/bullet2.gif) no-repeat 0px 5px;
}

#txt ul li li li {
	background: url(/global/img/bullet3.gif) no-repeat 0px 5px;
}

#txt img {
	padding:3px;
	border: solid 1px #CCC;
	margin-right:15px;
	margin-bottom:5px;
	
}


#txt ol {
	margin: 10px;
	list-style: decimal inside;
}

#txt ol li {
	
	margin-bottom: 8px;
}

/* thumbnail */

.ampliar-pic {
	background: url(/global/img/lupa.gif) no-repeat left 50%;
	padding-left: 18px;
}

.cuadro-pic-galeria td {
	padding:8px;
	vertical-align:top;
	
	
}



.box-gal {background: #F3F2F2; margin:0 10px 10px 0; width:142px;}

.pics-gal {
	display:block;
	height:120px;
	overflow:hidden;
}


.tel {background: #F9F9F9; padding:12px 30px; border-bottom:solid 1px #F1F1F1;}

.bggris
{
	background:#dddddd;
}

.box-clientes {width:120px; height: 130px; overflow:hidden; line-height:130px;}
