/* Reset de CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN Reset de CSS */
/* ----- GENERAL ----- */
body {
	background-color:#fff;
	text-align:left;
}

.LimpiarAmbos { clear:both; }

strong { font-weight:bold; }
/* ----- CAPAS ----- */
div.centrado {
	margin:0 auto;
	width:1212px;
	text-align:left;
}

div.CapaLeerMas {
	border-top:1px dotted #7d7676;
	margin-top:10px;
	padding-top:5px;
}
div.LlumiqLastHome div.CapaLeerMas {
	display:none;
}
div#Llumiq {
	background: #b9b1b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2cdcd  0%, #fff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2cdcd), color-stop(80%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2cdcd 0%,#fff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2cdcd 0%,#fff 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2cdcd 0%,#fff 80%); /* IE10+ */
	background: linear-gradient(top,  #d2cdcd 0%,#fff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2cdcd', endColorstr='#fff',GradientType=0 ); /* IE6-9 */

	border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;

	padding:20px 10px;

	margin-top:50px;
}
/* ----- TEXTOS ----- */
@font-face {
    font-family: 'TrebuchetMSRegular';
    src: url('http://www.marqalicante.com/css/fonts/trebuc-webfont.eot');
    src: url('http://www.marqalicante.com/css/fonts/trebuc-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.marqalicante.com/css/fonts/trebuc-webfont.woff') format('woff'),
         url('http://www.marqalicante.com/css/fonts/trebuc-webfont.ttf') format('truetype'),
         url('http://www.marqalicante.com/css/fonts/trebuc-webfont.svg#TrebuchetMSRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#555;
}

h1, p.TituloLikeH1, p.TituloLikeH1Grande {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	color:#453c3c;
	font-size:27px;
	margin-bottom:15px;
}

p.TituloLikeH1Grande { font-size:39px; margin-bottom:0px; }

h2, p.TituloLikeH2 {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	color:#7d7676;
	font-size:18px;
	margin-bottom:15px;
	border-bottom:1px dotted #7d7676;
}

h5 {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	color:#453C3C;
	font-size:15px;
	margin:15px 0px 0px;
	/*border-bottom:1px dotted #7d7676;*/
}

p.Titulo, p.titularnoticia {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
p.titularnoticia { margin-bottom:10px; }

a { text-decoration:none; color:#555; }
a:hover { text-decoration:none; }

a.EnlaceSinLinea { padding-bottom:0px; border-bottom:0px; }
a.EnlaceSinLinea:hover { text-decoration:none; }

div#Cabecera a { text-decoration:none; border-bottom:0px; padding:0px; }
div#ColumnaHomeIzquierda a, div#ColumnaHomeDerecha a, div#ColumnaHomeCentral a { text-decoration:none; border-bottom:0px; padding:0px; color:#555; }

p.supermini { font-size:3px !important; margin:0px !important; line-height:normal !important; }

strong, b { font-weight:bold; }

.TxtCentrado { text-align:center; }
.TxtDerecha { text-align:right; }
.TxtColorBlanco { color:#fff; }
.TxtColorNegro { color:#000; }
.TxtColorGrisClaro { color:#a2a6a7; }

.TxtLeerMas {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}
hr.TxtLeerMas {
	border-bottom:1px dotted #7d7676;
	height:1px;
	border-top:none;
	margin-left:5px;
}
p.FechaNoticia {
	text-align:right;
	margin-bottom:5px;
}

div.ContenidoColumnaIzquierda p {
	margin-bottom:15px;
	font-size:14px;
}

div.CapaEntradillaNoticia p {
	font-family:'TrebuchetMSRegular', Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
/* ----- LISTAS ----- */
/* ----- IMAGENES----- */
div.CapaNoticiaImagen img {
	width:330px;
}

img.LeerMas {
	margin:5px 0px 0px 10px;
	float:left;
}
/* ----- LINKS ----- */
/* ----- FORMULARIOS ----- */
/* ----- TABLAS----- */
/* ----- OTRAS REDIFINICIONES ----- */
