@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #141414;
	margin: 0;
	color: #CCC;
	background-image: url(imagenes/background.png);
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.contador{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
}

a.btnAzul {
    display: block;
    width: 250px;
    height: 60px;
    padding: 25px 0 0 0;
    margin: 0 auto;
 
    background: #4682B4;
    background: -moz-linear-gradient(top, #87CEEB 0%, #4682B4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#4682B4));
 
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 10px;
 
    font: bold 25px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #3090C7;
    text-shadow: 0px 1px 2px #62C2F9;
}


.cuerpo_principal {
	width: auto;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.choniblogo{
	width: auto;
	padding-bottom: 10px;
	align: center;
	text-align: center;
}

.botonera {
	width: auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	align: center;
}
.cabecera {
	width: auto;
	background-color: #6F7D94;
	alignment-baseline: central;	
	
}

.content {
	padding: 10px 0;
}
.botonera table {
	color: #CCC;
	text-align: center;
}
.pieweb{
	border: PowderBlue solid 5px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #CCC;
}

.piewe{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
}

.sello{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCC95;
	text-align: left;
	font-size: small;
}

.fecha.noticia{

.titulo.noticia{
}

.noticias{
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}


.post-header-line-1 { /*Main Container of info
background: #202020;
padding: 5px 8px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 71px;
}
.post-author {
color: #33BAFF;
text-shadow: 0 1px 0 #000;
background: url(http://lh4.googleusercontent.com/-5Xo1lAuenxc/UBHaI7Or5YI/AAAAAAAAERY/-hQZs5Rokfw/s16/author-icon-gray.png) no-repeat left center;
padding: 3px 0 0 20px;
margin-right: 15px;
}
.date-header {
	text-shadow: 0 1px 0 #414141;
	background: url(http://lh6.googleusercontent.com/-YjKkPw5LRIk/UBHaI8X1OwI/AAAAAAAAERc/fQZhhL7_hu4/s16/calentar-icon-gray.png) no-repeat left center;
	padding: 3px 0 0 20px;
	text-align: justify;
}
.comment-link {
color: #fff !important;
text-shadow: 0 1px 0 #414141;
background: url(http://lh3.googleusercontent.com/-D2TH31v1lJM/UBHaI-kuCzI/AAAAAAAAERk/ybXvrEgzQTg/s16/comment-icon-gray.png) no-repeat left center;
padding: 3px 0 0 20px;
margin-left: 15px;
}


************************************************ 
   Style of Post Body Applied Only In Each Post 
*************************************************/

/*** Main Container of Posts ***/
.post { 
margin:2.7em 0 2.5em;
}

.post-body{
	padding-top: 10px;
	line-height: 1.6em;
	text-align: justify;
	font-size: 13px;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	opacity: 0.95 !important; /*Transparencias Código estándar*/
	-moz-opacity: 0.95 !important; /*Transparencias en Firefox*/


filter:alpha(opacity=&#8242;95&#8242;) !important; /*Transparencias en IE*/
	opacity: 1 !important; /*Transparencias Código estándar*/
	-moz-opacity: 1 !important; /*Transparencias en Firefox*/


filter:alpha(opacity=&#8242;100&#8242;) !important; /*Transparencias en IE*/
}

/*** Title of Post when reading complete article ***/
.post h3{ 
font-size: 35px;
line-height:1.2em;
color:#292927;
font-family: 'Open Sans Condensed', Arial, sans-serif;
font-weight: bold;
letter-spacing: -1px;
font-weight: 400;
text-align: left;
margin: 0 2px 15px 75px;
padding: 10px 15px 10px 0;
  margin: 20px 0 15px 0 !important; 
  padding: 10px 0; 
}

/*** Main Container of info about author, date and comments ***/
.post-header-line-1 { 
  background: #202020 /*#3f4953*/;
  margin-left: 0px !important;
  padding: 5px 8px;
  -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px; 
}

.post-author {
 color: #33BAFF; 
 text-shadow: 0 1px 0 #000;
}

.date-header {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 12px;
}

.comment-link {
  color: #fff !important;
  text-shadow: 0 1px 0 #000;
}

.sabermas{
   color

}


.externo-link {
color:#000;
background-color:#D9F0F8;
background-image:url('http://lh5.googleusercontent.com/-G_9q8_TTz50/T06a_HiCJgI/AAAAAAAACCg/rmOn2ctsApk/s32/Hyperlink-Internet-Search-32.png');
border-left:6px solid #2183c4;
background-position:9px 2px;
background-repeat:no-repeat;
margin-bottom:10px;
margin-left:0;
margin-top:10px;
text-align:left;
line-height:115%;
padding:10px 10px 10px 50px;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius:  0 3px 3px 0;
-o-border-radius:  0 3px 3px 0;
border-radius:  0 3px 3px 0;
}

.peq{
	font-size: 10px;

}
