/* Basic */
/* layout */
*                  { font-size:100.01%;}
* html             { font-size:100.01%;}
body               { font:12px Verdana, Arial, Helvetica, sans-serif!important;}

 
/* Anchors */
a:focus            { outline: 1px dotted invert; }
a                  { color:#DE0049; text-decoration:none; cursor:pointer; }
a:hover            { text-decoration:underline; }

.helvetica         { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.georgia           { font-family: Georgia, serif; }


/* bold y negritas */
b                  { color:#DE0049; font-weight:bold!important; font-size:110%!important; }
b a                { color:#DE0049 !important; font-weight:bold!important;  *font-weight:normal; font-size:110%;}
strong             { color:#DE0049; font-weight:bold!important; font-size:110%!important; }

/* ** */

small              { color:#595856; font-weight:bold; *font-weight:normal; font-size:11px;  display:block; margin-bottom:15px; }
.h3aux:hover       { color:#DE0049;}


/* Cabeceras */
h1 { font-size: 30px; }
h2 { font-size: 26px; color:#dddddd !important;}
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

/* estilo cabeceras */
h2         { letter-spacing: -1px; min-height:40px !important; line-height:normal !important; border-bottom: 4px solid #f8f8f8!important; }
h2 a,
h2 a:hover { font-size: 26px; color:#dddddd !important;}

h3         { letter-spacing: -1px; min-height:60px !important; line-height:normal !important; border-bottom:}
 
/* Listas */
ol                 { list-style: decimal; padding:0; margin:0; padding-left:30px;}
ul                 { list-style:none; padding:0; margin:0;  }
 
/* p*/
p                  { text-align:left!important; }
 
/* Espaciados */
p, dl, hr, h1, h2, 
h3, h4, h5, h6, ol, 
ul, pre, table, 
address, fieldset,
br                 { padding-bottom: 10px; }

/* Blockquote */
.bqstart           { font-family: Georgia, serif; float: left; height: 45px; margin-top: -20px; padding-top: 0; margin-bottom: 0; font-size: 700%; color: #ccc; }
.bqend              { font-family: Georgia, serif; float: right; height: 45px; margin-top: -30px; padding-top:0; margin-bottom:0; font-size: 700%; color: #ccc; }

.auxComm1 .bqstart { color: #FF0000; }
.auxComm1 .bqend   { color: #FF0000; }

   
/* top */
.top              { /*padding-top:20px!important;*/}
	.top a        { color:#999;}
	.top a:hover  { color:#DE0049;}

/* more */
.more a       { border-left:6px solid #ccc; padding-left:6px; }
.more a:hover { border-left:6px solid #DE0049; padding-left:6px; }

/* linktocomment */
.linktocomment                     { float:right; text-align:right; width:200px;}  
		.linktocomment a           { color:#999;}
		.linktocomment a:hover     { color:#DE0049;}
		
