
/* reset */
html {
		margin:0;
		padding:0;
		border:0;
}

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, article, aside, dialog, figure, footer, header, hgroup, nav, section {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
}

/* para comportamiento de elementos de HTML5 como DIVs in navegadores viejos */ 
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

/* Line-height no debe tener medida! */
body {
		background:#F8F8F6;
		margin:0;
		line-height: 1.417;
}

/* tablas aún necesitan 'cellspacing="0"'. */
table {
		border-collapse: separate;
		border-spacing: 0;
}

/* float:none previene a clases de romper table-cell display */
caption, th, td {
		text-align: left;
		font-weight: normal;
		float:none !important;
}

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

/* Remover quote marks posibles (") de <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

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

/* Remover border en imágenes linkeadas. */
a img { border: none; }

/* Recordar de definir los estilos de focus propios! */
:focus { outline: 0; }

/* Base */

html { font-size:100.01%; }

body {
		font-size:75%;
		font-family: 'Arimo', Arial, Helvetica, sans-serif;
		color:#262626;
}

/* Encabezados */

h1, h2, h3, h4, h5, h6 {
		color:#818F09;
		margin-bottom: .75em;
		font-family: 'Arimo', Arial, Helvetica, sans-serif;
}

h1 {
		font-size:2em;
		line-height:1.1;
		margin-bottom:0.7em;
}

h2 {
		font-size:1.833em;
		line-height:1.2;
		margin-bottom:0.75em;
}

h3 {
		font-size:1.667em;
		line-height:1.25;
		margin-bottom:0.8em;
}

h4 {
		font-size:1.5em;
		line-height:1.3;
		margin-bottom:0.85em;
}

h5 {
		font-size:1.333em;
		line-height:1.4;
		margin-bottom:0.9em;
}

h6 {
		font-size:1.167em;
		line-height:1.5;
		margin-bottom:1em;
}

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

/* Texto */

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

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

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

img { vertical-align:middle; }

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

.arimo { font-family: 'Arimo', arial, helvetica, 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; }

.t37 { font-size:3.083em; }

.t38 { font-size:3.167em; }

.t39 { font-size:3.25em; }

.t40 { font-size:3.333em; }

.t41 { font-size:3.417em; }

.t42 { font-size:3.5em; }

.t43 { font-size:3.583em; }

.t44 { font-size:3.667em; }

.t45 { font-size:3.75em; }

.t46 { font-size:3.833em; }

.t47 { font-size:3.917em; }

.t48 { font-size:4em; }

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

.upc { text-transform:uppercase; }

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

strong, dfn { font-weight: bold; }

em, dfn { font-style: italic; }

sup, sub { line-height: 0; }

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

address {
		margin: 0 0 1.5em;
		font-style: italic;
}

del { color:#666; }

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

pre, code, tt {
		font: 1em 'andale mono', '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 */

/* 
	Por la necesidad de hacer padding en TH and TD, el rítmo vertical en las celdas debe ser de 27px, en vez de 18px o 36px de otros elementos
 */ 
table {
		margin-bottom: 1em;
		width:100%;
}

th { font-weight: bold; }

thead th { background: #c3d9ff; }

th, td, caption { padding: 4px 10px 4px 5px; }
/*
	Podés marcar las celdas de otro color para viejos navegadores agregando la clase "even" en las filas
 */
tbody tr:nth-child(even) td, tbody tr.even td {
 background: #F5F5F5;
}

tfoot { font-style: italic; }

caption { background: #eee; }

/* anchos */

.w10 { width:10px; }

.w20 { width:20px; }

.w30 { width:30px; }

.w40 { width:40px; }

.w50 { width:50px; }

.w60 { width:60px; }

.w70 { width:70px; }

.w80 { width:80px; }

.w90 { width:90px; }

.w100 { width:100px; }

.w110 { width:110px; }

.w120 { width:120px; }

.w130 { width:130px; }

.w140 { width:140px; }

.w145 { width:145px; }

.w150 { width:150px; }

.w160 { width:160px; }

.w170 { width:170px; }

.w180 { width:180px; }

.w190 { width:190px; }

.w200 { width:200px; }

.w210 { width:210px; }

.w220 { width:220px; }

.w230 { width:230px; }

.w240 { width:240px; }

.w250 { width:250px; }

.w260 { width:260px; }

.w270 { width:270px; }

.w280 { width:280px; }

.w290 { width:290px; }

.w300 { width:300px; }

.w310 { width:310px; }

.w320 { width:320px; }

.w330 { width:330px; }

.w340 { width:340px; }

.w350 { width:350px; }

.w360 { width:360px; }

.w370 { width:370px; }

.w380 { width:380px; }

.w390 { width:390px; }

.w400 { width:400px; }

.w410 { width:410px; }

.w420 { width:420px; }

.w430 { width:430px; }

.w440 { width:440px; }

.w450 { width:450px; }

.w460 { width:460px; }

.w470 { width:470px; }

.w475 { width:475px; }

.w480 { width:480px; }

.w490 { width:490px; }

.w500 { width:500px; }

.w510 { width:510px; }

.w520 { width:520px; }

.w570 { width:570px; }

.w580 { width:580px; }

.w2000 { width:2000px; }

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

.p025em { padding:0.25em; }

.pt025em { padding-top:0.25em; }

.pb025em { padding-bottom:0.25em; }

.pl025em { padding-left:0.25em; }

.pr025em { padding-right:0.25em; }

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

.p15em { padding:1.5em; }

.pt15em { padding-top:1.5em; }

.pb15em { padding-bottom:1.5em; }

.pl15em { padding-left:1.5em; }

.pr15em { padding-right:1.5em; }

.p2em { padding:2em; }

.pt2em { padding-top:2em; }

.pb2em { padding-bottom:2em; }

.pl2em { padding-left:2em; }

.pr2em { padding-right:2em; }

.p1 { padding:1px; }

.pt1 { padding-top:1px; }

.pb1 { padding-bottom:1px; }

.pl1 { padding-left:1px; }

.pr1 { padding-right:1px; }

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

.p4 { padding:4px; }

.pt4 { padding-top:4px; }

.pb4 { padding-bottom:4px; }

.pl4 { padding-left:4px; }

.pr4 { padding-right:4px; }

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

.p8 { padding:8px; }

.pt8 { padding-top:8px; }

.pb8 { padding-bottom:8px; }

.pl8 { padding-left:8px; }

.pr8 { padding-right:8px; }

.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 */

.m025em { margin:0.25em; }

.mt025em { margin-top:0.25em; }

.mb025em { margin-bottom:0.25em; }

.ml025em { margin-left:0.25em; }

.mr025em { margin-right:0.25em; }

.m05em { margin:0.5em; }

.mt05em { margin-top:0.5em; }

.mb05em { margin-bottom:0.5em; }

.ml05em { margin-left:0.5em; }

.mr05em { margin-right:0.5em; }

.m1em { margin:1em; }

.mt1em { margin-top:1em; }

.mb1em { margin-bottom:1em; }

.ml1em { margin-left:1em; }

.mr1em { margin-right:1em; }

.m15em { margin:1.5em; }

.mt15em { margin-top:1.5em; }

.mb15em { margin-bottom:1.5em; }

.ml15em { margin-left:1.5em; }

.mr15em { margin-right:1.5em; }

.m2em { margin:2em; }

.mt2em { margin-top:2em; }

.mb2em { margin-bottom:2em; }

.ml2em { margin-left:2em; }

.mr2em { margin-right:2em; }

.m1 { margin:1px; }

.mt1 { margin-top:1px; }

.mb1 { margin-bottom:1px; }

.ml1 { margin-left:1px; }

.mr1 { margin-right:1px; }

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

.m4 { margin:4px; }

.mt4 { margin-top:4px; }

.mb4 { margin-bottom:4px; }

.ml4 { margin-left:4px; }

.mr4 { margin-right:4px; }

.m5 { margin:5px; }

.mt5 { margin-top:5px; }

.mb5 { margin-bottom:5px; }

.ml5 { margin-left:5px; }

.mr5 { margin-right:5px; }

.m8 { margin:8px; }

.mt8 { margin-top:8px; }

.mb8 { margin-bottom:8px; }

.ml8 { margin-left:8px; }

.mr8 { margin-right:8px; }

.m10 { margin:10px; }

.mt10 { margin-top:10px; }

.mb10 { margin-bottom:10px; }

.ml10 { margin-left:10px; }

.mr10 { margin-right:10px; }

.m12 { margin:12px; }

.mt12 { margin-top:12px; }

.mb12 { margin-bottom:12px; }

.ml12 { margin-left:12px; }

.mr12 { margin-right:12px; }

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

.m24 { margin:24px; }

.mt24 { margin-top:24px; }

.mb24 { margin-bottom:24px; }

.ml24 { margin-left:24px; }

.mr24 { margin-right:24px; }

.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 */


/* hack incluído para IE8 a partir que no aplica los padding correctamente en fielsets */ 

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

label { font-size:0.917em; }

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

legend {
		font-weight: bold;
		font-size:1.2em;
		margin-top:-0.2em;
		margin-bottom:1em;
}

fieldset, #IE8#HACK { padding-top:1.4em; }

legend, #IE8#HACK {
		margin-top:0;
		margin-bottom:0;
}

/* Campos
-------------------------------------------------------------- */

/* Los selectores de atributos son usados para diferenciar los distintos tipos de elementos de input, pero para soportar navegadores viejos, se tendrá que agregar clases por cada uno.
  
  ".title" simplemente crea un texto largo */
input[type=text], input[type=password], textarea, select {
		background-color:#fff;
		border:1px solid #A1A38E;
		font-size: 1em;
		font-family: Arial, Helvetica, sans-serif;
		padding:2px;
		-moz-border-radius: 3px; /* Firefox */
		-webkit-border-radius: 3px; /* Safari, Chrome */
		border-radius: 3px; /* CSS3 */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus { border-color:#97A70A; }

textarea {
		width: 390px;
		height: 150px;
		padding:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
}

input[type=checkbox], input[type=radio] {
		position:relative;
		top:.15em;
		padding:0;
		border: none;
		background: none;
		margin:0;
}

/* 
  Para ser usado en formularios donde una variedad de elementos están ubicados a los lados. Usar un <p> para denotar una línea.
 */
form.inline { line-height:3; }

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

/* Cajas de alerta, info, y exito/error
-------------------------------------------------------------- */

.error, .alert, .notice, .success, .info {
		padding: 0.8em;
		margin-bottom: 1em;
		border: 2px solid #ddd;
}

.error, .alert {
		background: #fbe3e4;
		color: #8a1f11;
		border-color: #fbc2c4;
}

.notice {
		background: #fff6bf;
		color: #514721;
		border-color: #ffd324;
}

.success {
		background: #e6efc2;
		color: #264409;
		border-color: #c6d880;
}

.info {
		background: #d5edf8;
		color: #205791;
		border-color: #92cae4;
}

.error a, .alert a { color: #8a1f11; }

.notice a { color: #514721; }

.success a { color: #264409; }

.info a { color: #205791; }

.asterisco { color:#FF0000; }

/*colores*/

.verde { Color:#97A70A; }

.verde01 { Color:#C4CD74; }

.verde02 { color:#6B7707; }

.rojo {color:#9F0A22;}

.texto { color:#262626; }

.gris333 { Color:#333333; }

.gris666 { Color:#666666; }

.gris999 { Color:#999999; }

.gris95 { Color: #F2F2F2; }

.gris90 { Color: #E5E5E5; }

.gris85 { Color: #D9D9D9; }

.gris75 { Color: #BFBFBF; }

.gris70 { Color: #B3B3B3; }

.gris65 { Color: #A6A6A6; }

.gris55 { Color: #8C8C8C; }

.gris50 { Color: #7F7F7F; }

.gris45 { Color: #737373; }

.gris35 { Color: #595959; }

.gris30 { Color: #4D4D4D; }

.gris25 { Color: #404040; }

.gris15 { Color: #262626; }

.gris10 { Color: #1A1A1A; }

.gris05 { Color: #0D0D0D; }

.grisccc { color: #CCC; }

.negro { color:#000; }

.blanco { color:#FFF; }

/* otras clases */

.absolute { position:absolute; }

.relative { position:relative; }

.overflow { overflow:hidden; }

.outline { outline:none; }

.hide { display:none; }

.inline { display:inline; }

.block { display:block; }

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

.normal { font-weight:normal; }

.bold { font-weight:bold; }

.italic { font-style:italic; }

.left { float:left; }

.right { float:right; }

.last { margin-right:0; }

.vamid { vertical-align:middle; }

.vatop { vertical-align:top; }

hr {
		background: #ddd;
		color: #ddd;
		clear: both;
		float: none;
		width: 100%;
		height: 1px;
		margin: 0 0 1.45em;
		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; }

.cursor { cursor: pointer; }

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

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

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

.lineacorteizq { border-left:solid 1px #A1A38E; }

.lineacorteder { border-right:solid 1px #A1A38E; }

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

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

.linea-gris { border-bottom:1px solid #A1A38E; }

.linea-azul { border-bottom:1px solid #0C6FAC; }

.addthis_toolbox { height:25px !important; }

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

.paginador-bottom {
		padding:0px 15px 15px;
		margin-left:20px;
		margin-bottom:5px;
}

.paginadorBloque {
		width: 13px;
		margin:0 0.25em;
}

.paginadorBloque_actual { text-align:center; }

.paginadorBloque_actual a {
		margin:0 0.1em;
		width:1.5em;
		border: solid 1px #A1A38E;
}

.paginadorBloque_actual a:hover { border: solid 1px #262621; }

.paginadorBloque_actual span {
		background:#262621;
		width:1.5em;
		color: white;
		margin:0 0.1em;
		border: solid 1px #262621;
}

.pg-first a, .pg-ant a, .pg-sig a, .pg-last a, .paginadorBloque_actual span, .paginadorBloque_actual a {
		display: block;
		overflow:hidden;
}

.pg-first a { background: url(/global/img/sprite-pager.png) no-repeat 0 4px; }

.pg-first a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -15px; }

.pg-ant a { background: url(/global/img/sprite-pager.png) no-repeat 0 -34px; }

.pg-ant a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -53px; }

.pg-sig a { background: url(/global/img/sprite-pager.png) no-repeat 0 -71px; }

.pg-sig a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -90px; }

.pg-last a { background: url(/global/img/sprite-pager.png) no-repeat 0 -109px; }

.pg-last a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -128px; }

/* grid.css */


.container {
		width:950px;
		margin:0 auto;
		position:relative;
}

.contenido {
		padding:0.25em 0 2em;
		margin-bottom: 0;
}

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

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

.contenidoPopUp {
		padding:1em 1em 1em 0;
		background:white;
}

.fondo-box-popup {
		padding:1.3em 2em 2em;
		margin-left:20px;
		margin-bottom:12px;
}

.header {
		padding:0 1em 1em;
		margin-bottom: 2em;
		border-bottom:solid 1px #767867;
		background: rgb(240,240,236); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 236, 1)), color-stop(100%, rgba(248, 248, 246, 1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ec', endColorstr='#f8f8f6', GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* W3C */
}

.logo {
		width:260px;
		padding-top: 1.7em;
		margin-left:2em;		
}

.menu {
		width:550px;
		padding-top: 0.5em;
}

.menu p {margin-bottom:0.3em; line-height:18px;}


.menu .nav {
		

		 }


.bt-acceso {padding:5.3em 0 0 ;}
.bt-acceso a {display:block;height:0; padding-top:35px; overflow:hidden; width:230px;background: url(/global/img/boton-acceso.png) no-repeat 0 0;}
.bt-acceso a:hover {background: url(/global/img/boton-acceso.png) no-repeat 0 -45px;}

p.modata { background: url(/global/img/sprite-iconos.png) no-repeat 0 -336px; padding-left:1.8em; }



p.lst-camp { background: url(/global/img/sprite-iconos.png) no-repeat 0 -617px; padding-left:1.8em;}

p.cerrar { background: url(/global/img/sprite-iconos.png) no-repeat 0 -1451px; padding-left:1.8em;}

p.gestor { background: url(/global/img/sprite-iconos.png) no-repeat 0 -1243px; padding-left:1.8em;}
p.anasite { background: url(/global/img/sprite-iconos.png) no-repeat 0 -1101px; padding-left:1.8em;}




.footer {
		border-top: solid 2px #A1A38E;
		background: #EFEFEC;
		padding-top:2em;
}

#contenido_general { padding-bottom:60px; }

.box {
		width:276px;
		border-top: solid 5px #BFC0B1;
		display: -moz-inline-stack; /* FF2*/
		display: inline-block;
		min-height:150px;
		vertical-align: top; /* BASELINE CORRECCIÓN*/
		margin:1.5em 1.5em 0;
}

.box-cnt { letter-spacing:-.25em; }

.box { letter-spacing:normal; }

.tit {
		font-size:1.5em;
		font-weight: bold;
		padding:0.4em 0 0.25em 2em;
		margin-bottom: 0.1em;
		border-bottom: solid 1px #BFC0B1;
}
.tit-big  {
		font-size:2em;
		font-weight: bold;
		padding:0.4em 0 0.25em 2.3em;
		margin-bottom: 0.1em;
		border-bottom: solid 1px #BFC0B1;
}
#suscriptores { background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -400px; }

#anunciantes { background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -542px; }

#soportes { background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -882px; }

.box div {
		background: rgb(240,240,236); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 236, 1)), color-stop(100%, rgba(248, 248, 246, 1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ec', endColorstr='#f8f8f6', GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* W3C */
		padding:1em;
}

.box p { font-size:1.083em; }

.tit-form {
		height:0;
		overflow:hidden;
		padding-top:38px;
		line-height:38px;
		margin-right:40px;
		margin-left:40px;
		border-bottom: solid 1px #C5C5BF;
}

.tit-form#contact { background:url(/global/img/tit-contacto.png) no-repeat left top; }

.tit-form#daralta { background:url(/global/img/tit-daralta.png) no-repeat left top; }

.tb-form td { padding:5px; }

.td-form { border-bottom: solid 1px #4F5757; }

.bt-enviar {
		background:url(/global/img/boton-enviar.png) no-repeat left top;
		width:110px;
		height:42px;
}
.bt-enviar:hover {
		background:url(/global/img/boton-enviar.png) no-repeat left -42px;
}
a.bt-daralta {
		background:url(/global/img/boton-dar-alta.png) no-repeat left top;
		width:110px;
		height:42px;
}

a.bt-daralta:hover { background:url(/global/img/boton-dar-alta.png) no-repeat left -42px; }

a.bt-cnt {
		background:url(/global/img/boton-contacto.png) no-repeat left top;
		width:110px;
		height:42px;
}

a.bt-cnt:hover { background:url(/global/img/boton-contacto.png) no-repeat left -42px; }



.lnk-top a {
		float: left;
		width:18px;
		padding:0 .25em;
		height:18px;
}

.lnk-top a.home { background: url(/global/img/sprite-iconos.png) no-repeat left top; }

.lnk-top a.home:hover { background: url(/global/img/sprite-iconos.png) no-repeat left -34px; }

.lnk-top a.contact { background: url(/global/img/sprite-iconos.png) no-repeat left -66px; }

.lnk-top a.contact:hover { background: url(/global/img/sprite-iconos.png) no-repeat left -96px; }

.box-login {
		width:300px;
		margin:2em auto;
				border-top: solid 5px #BFC0B1;
}

.tit-ingreso {
		
		
		background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -187px; 		
		
}

.login-cnt{
		background: rgb(240,240,236); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 236, 1)), color-stop(100%, rgba(248, 248, 246, 1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ec', endColorstr='#f8f8f6', GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(240, 240, 236, 1) 0%, rgba(248, 248, 246, 1) 100%); /* W3C */
		padding:1em;
}

.form label {display: block; font-size:0.917em; color:#767867; margin-bottom:0.2em;}
.bt-ingresar {
		background:url(/global/img/boton-ingresar.png) no-repeat left top;
		width:110px;
		height:42px;
}

.bt-ingresar:hover { background:url(/global/img/boton-ingresar.png) no-repeat left -42px; }

.registrarse { line-height:2.3em; padding:0 2.5em ; margin: 0 1em;font-weight: bold;background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -405px;}

.cnt {margin:0;}

.tit-adm-envios { background: #E8E8E1 url(/global/img/sprite-iconos-big.png) no-repeat 0.75em 8px; }
.tit-adm-sitios { background: #E8E8E1 url(/global/img/sprite-iconos-big.png) no-repeat 0.75em -115px; }

.cnt-caja {padding:1.5em; }

.cnt-caja h2 {font-size: 1.5em; font-weight: bold; color:#262621;}

.cnt-caja-modata {padding:1.5em 4.7em; }

.cnt-caja-modata h2 {font-size: 1.5em; font-weight: bold; color:#262621;}
.spanlnk {
		color:#818F09;
		
}

.spanlnk:hover { color:#262626; }

.bt-buscar {background:url(/global/img/boton-buscar.png) no-repeat left 0px; width:26px; height:23px;}
.bt-buscar:hover {background:url(/global/img/boton-buscar.png) no-repeat left -30px;}

.tbl-result td {padding:0.5em; border-bottom:solid 1px #767867;}
.tbl-result td.campo-tit {background: #767867; color:#FFF; font-weight:bold;}

.tbl-result td.campo-tit {background: #767867; color:#FFF; font-weight:bold;}
.tbl-result tr:nth-child(even) td, .tbl-result tr.even td {
 background: #F0F0EC;
}
.torta  {width: 580px; }
.torta div {border:solid 1px #A1A38E; padding:1em 0em 2em 1em; background:#FFF;margin-bottom:2em;}
.export { font-size:1.083em; background: #E8E8E1 url(/global/img/sprite-iconos.png) no-repeat 0.75em -1371px; padding-left: 2.5em; line-height:2.5;}
a.bt-volver {background:url(/global/img/boton-volver.png) no-repeat left 0px; width:80px; height:18px; }
a.bt-volver:hover {background:url(/global/img/boton-volver.png) no-repeat left -27px;}
.tit-modata {background: #E8E8E1 url(/global/img/sprite-iconos-big.png) no-repeat 0.75em -36px;}

.bt-guardar {
		background:url(/global/img/boton-guardar.png) no-repeat left top;
		width:110px;
		height:42px;
}

.bt-guardar:hover { background:url(/global/img/boton-guardar.png) no-repeat left -42px; }

.tit-contacto {background: #E8E8E1 url(/global/img/sprite-iconos-big.png) no-repeat 0.75em -75px;}

.tit-desuscribir {
		
		
		background: url(/global/img/sprite-iconos.png) no-repeat 0.75em -1515px; 		
		
}