/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%; 
	}
	
body {
	/*background: url(images/fondo.gif) #BACDCA; 
	background-repeat: repeat-x;*/
	background: #f9f4ec;
	color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font-size: 13px;
  font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	line-height:1.25em;
	}

p {	
  font-family: "Lucida Sans Unicode", "Times New Roman", Times, serif;
	margin: 5px 0px 15px 0px;
	}

a:link, a:visited {
	color: #333;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	/*height:5px;*/
	border: 0;
	margin: 2px 0px;
	border-bottom:4px dotted #939598;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:1005px;
	margin:0 auto;
	font-size:1em;
	padding: 0px;
	border: 0px double #1D274D;
	}

#endpage {
  font-size:5em;
  display:block;
	float:none;
	}

#header {
  /*Espacio superior, donde va el banner y el logo*/
	width:1005px;
	height:175px;
  text-align: left;
  }

.barrasup {
  width:1005px;
  background: url(images/backgrounds/botona.jpg) repeat-x;
  }

.left {
	float:left;
	}

.right {
	float:right;
	}

#imglogo {
  padding:0px;
  margin: 0px 4px 8px 0px; 
  border:none;
  }

#bannertop {/*el area del banner superior*/
	width:740px;
	height:110px;
	}

.imgbanner {
  margin:0px;
  padding:0px;
  border: none;
  }

.banner300x250 {
	width:300px;
	height:250px;
	border:1px solid #000000;
	margin: 15px 10px 15px 10px;
	padding: 0px;
	}

.banner300x98 {
	width:300px;
	height:98px;
	border:1px solid #000000;
	margin: 15px 10px 15px 10px;
	padding: 0px;
	}


.banner300x100 {
	width:300px;
	height:100px;
	border:1px solid #000000;
	margin: 15px 10px 15px 10px;
	padding: 0px;
	}

.banner728x90 {
	width:728px;
	height:90px;
	border:1px solid #000000;
  margin: 8px 4px 8px 4px;
  padding: 0px;
	}


/******************************************
*   Sidebar                         
******************************************/

#sidebar {/*you guessed it: it's the sidebar container*/
	width: 330px;
	float:right;
	margin:20px 0px;
	padding:0px;
	border-left: 0px solid #FFD47F;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	}

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #d2bd9b;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	}
	
.subnav li a:link, .subnav li a:visited {
	/*background: #fff;*/
	display:block;
	padding: 0px;
	color: #FFF;
	margin-left: 25px;
	/*border-bottom: 1px solid #FFD47F;*/
	}
		
.subnav li:hover, .subnav li:hover a, .subnav li a:hover, .subnav li a:active {
	background: #FFF;
	color: #c9242b;
	text-decoration: none;
	}

.contsidebar {
  margin-bottom: 20px;
}

.categorias, .articulos {
  background: #c9242b;
  border-left: 1px solid #c9242b;
  border-right: 1px solid #c9242b;
  border-top: 1px dotted #d2bd9b;
}

.pestana {
	display: block;
	color: #000;
	background: url(images/backgrounds/pestana.jpg) repeat-x;
	height: 33px;
	line-height: 33px;
	padding: 0px 25px;
	margin: 0px;
	float: left;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing:0.75px;
	color: #FFF;
}

#sidelist li, #sidelist p, #sidelist a {
	list-style:none;
	color: #FFF5D9;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #c9242b;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #c9242b;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #FFF5D9;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#7E1F20;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}
	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #786089;
	font-size: 1.8em;
	font-weight: bold;
	/* margin: 0px 10px 0px 0px; */
	/* padding: 20px 0px 0px 10px; */
	}
	
h2 {
	color: #1D274D;
	font-size: 1.6em;
	margin:2px 0px 10px 0px;
  font-weight:normal;	
  }

h3 {
	font-size: 1em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#1D274D;
	}

#sidebar h2, #sidebar h3, #sidebar h3 a {
	font-size: 1em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFF5D9;
	}

#sidebar h3, #sidebar h2 {
	font-size:1em;
	border-top:3px double #FFD47F;
	border-bottom:1px solid #FFD47F;
	padding:5px 0 5px 2px;
	margin:20px 0 0px 0;
	color:#FFF5D9;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
  font-size: 1em;
  font-style: italic;
  margin-bottom:1px;
  color:#000000;
  font-weight:normal;
	}
	
h5 {
	color: #1D274D;
	font-size: 1.3em;
	margin-bottom:4px;
	font-weight:normal;
	}


/* Estilos de la revista del mes */

.bajarpdf{
  background: #D8E7FB; /*Color fondo suave*/
  margin: 5px 0px 15px 0px;
}

.bajarpdf a {
  margin: 0px 0px 5px 5px;
  vertical-align: 33%;
}

.bajarpdf img {
  margin: 5px 0px 5px 5px;
  float: none;
}

.NTapa {
  /*width: 580px;*/
  /*border:1px solid #b6b6b6;*/ 
}

.NTapa h1 {
  color: #221e1f;
  font-family: "Times New Roman", Times, serif;
	font-size: 2.1em;
	margin:10px 0px 20px 0px;
	font-weight:bold;
	line-height: 1em;
	text-transform:uppercase;
}

.NTapa a {
  color: inherit;
  /*text-decoration:none;*/
}

.NTapa h2 {
  color: #1D274D;
	font-size: 1.8em;
	margin:0px 0px 6px 0px;
	font-weight:normal;
}

.NTapa h3 {
  font-family: "Times New Roman", Times, serif;
  color: #221e1f;
	font-size: 1.2em;
	margin:0px;
	font-weight:normal;
	text-transform:none;
}

.NTapa h4 {
  color: #0055AA;
	font-size: 1.2em;
	margin:0px;
	font-weight:bold;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

.NTapa h5 {
  font-family: "Trebuchet MS", "Times New Roman", Times, serif;
  color: #c9242b;
	font-size: 1.2em;
	margin:0px;
	font-weight:bold;
	text-transform:none;
}

.NTapa h6 {
  font-size: 1.6em;
  margin:8px 0px 8px 0px;
  text-align:center;
  color:#1D274D;
  padding:6px 0px 6px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight:normal;
	}

.NTapa p {
  font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin:2px 0px 10px 0px;
	font-weight:normal;
	text-transform:none;
	color: #221e1f;
}

.entryborder {
  padding: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	margin-bottom:10px; 
  background: #dfd1b7; 
  }

.NTarriba {
  /*border:1px solid #b6b6b6;*/
  width: 360px;
  height: 260px; 
}

.NTcol {
  width: 280px; 
}

.NTcol li {
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	list-style-type: circle;
}

.NTmedio {
  width: 580px; 
}

.NTabajo {
  width: 580px; 
}
	
/******************************************
*   Content                        
******************************************/

.searchform{
  background: url(images/backgrounds/botona.jpg) repeat-x;
  margin: 8px 5px 8px 0px;
}

.searchbox {
  background: url(images/backgrounds/botona.jpg) repeat-x;
  height: 38px;
}

.carrousel {
	height:200px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #FFF; 
}

.areacolumnas {
  /*width:620px;*/
	/*padding: 20px 19px 8px 18px;*/
	margin: 20px 0px;
	border:0px solid #b6b6b6;
	background:#FFF;
	/*text-align:center;*/
}


.columna {
  width: 290px;
  margin: 0px; 
}

.colizq {
  margin-left:20px;
  margin-right:10px;
  float:left;
}

.colder {
  margin-left:10px;
  margin-right:20px;
  float:left;
}

	
#content {
	width:640px;
	float:left;
	/*padding: 0px 20px 0px 20px;*/
	margin:20px 20px 20px 0px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}


/* Featured Articles formatting "leftcol" */

.feature {
	background: #dbcaad;
	background: url(images/backgrounds/fondofeature.jpg) repeat-x #dfd1b7;
	padding:0px;
	border: 0px solid #ccc;
	margin-bottom: 20px;
	margin: 20px auto 20px auto;
	/*width:285px;*/
	}

.feature p { 
  font-family: "Trebuchet MS", "Times New Roman", Times, serif;
  margin:0px;	
  }

.featurecontent {
  height:160px;
  margin: 5px 10px;
}

.izquierda
{float:left; 
 /*margin-right: 8px;*/}

.derecha
{float:right; 
/*margin-left: 8px;*/}

.fincontent {
  height:1px;
  /*background: #1D274D;*/
  float: none;
  clear:both;
}

/*Imagenes en el destacado de la home*/

.featurecontent img {
	padding:1px;
	border:1px solid #999;
	margin: 5px 0px 0px 5px;
	display: block;
	float: none;
	float: right;
	}

.imagenfeature, .imagenfeature a{
  text-align: center;
}

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:right;
	margin: 0px 0px 0px 10px;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title, .entry h2 {
	font-family: "Times New Roman", Times, serif;
  font-size:1.5em;
	font-weight: bold;
	color: #c9242b;
	line-height: 1em;
	}
		
#lead p {
	margin-bottom:10px;
	}

/* Post Formatting */

.entry {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	background: #dfd1b7;
	}

.entry a {
	color: #1D274D;
	font-style: italic;
	}

img {padding: 0px; margin:0px; border:1px double #999;}	
#imgentry {padding:0px; margin:0px 0px 5px 10px; float:right; border:1px solid #999;}
#imglista {padding:0px; margin:0px 10px 5px 10px; float:right; border:1px solid #999;}
#imgaviso {padding:1px; float:left; border:1px solid #999; display:block;}

/*.lista, .lista img {padding:2px; float:left; border:10px double #999;}*/

.post {
	/*padding: 0px 10px 0px 10px;*/
	margin-top:15px;
}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding: 1px 3px;
	background:#D1D2D4;
	border-top:1px solid #F8F9F4; /*Color fondo suave*/	
	border-bottom:1px solid #F8F9F4; /*Color fondo suave*/	
	}

.postmetadata a {color: #1D274D;}		

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

.button {
	padding: 1px;
	background:#fff;
	background: url(images/backgrounds/botona.jpg) repeat-x;
	color:#000;
	border:none;
	}

.button:hover {
	background: url(images/backgrounds/botonb.jpg) repeat-x;
	color:#d9531c;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #F8F9F4; /*Color fondo suave*/
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #F8F9F4; /*Color fondo suave*/
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

	
.clearfloat {
	display:inline-block;
	display:block;
	}	

.nofloat {
  height: 0px;
  float: none;
  display:block;
  clear:both;
}

	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 1005px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#000000;
	}

#footer a {
	color:#ededed;
	}
