/* CSS Template by gorotron */

body {
	background-image:url(../images/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#FC3;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:28px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:22px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h5 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:1.5em;
}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;
 }

.width50 {
  width: 48.9%;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0 auto;
	width:750px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:750px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(../images/aecs-escudo.png);
	float:left;
}

#bannerRight {
	width:579px;
	height:49px;
	background:#000000 url(../images/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(../images/bg1.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

/***********************************************
	Menu Navegaci�
***********************************************/

#nav {
	margin:0;
	padding:0;
	list-style:none;
	background: #000;
}

#nav a {
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
	
}

#nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:130px;
	font-size:11px;
	background:url(../images/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color:#EAEAEA;
}

#leftColumnBottom p {
	font-size:11px;
}	

#rightColumn {
	float:left;
	width:579px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#900;
}

/**************************************************************
   Iluminacion Imagenes
 **************************************************************/

a:hover {
  color: #668FA3;
}

a.thumb img {
  background: #000000;
  border: 5px solid #444;
}

a:hover.thumb img {
  background: #000000;
  border: 5px solid #F90;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}

/**************************************************************
   Posts
 **************************************************************/

.post {
	float: left;
	width: 100% !important;
	width: 99%;
	position: relative;
	margin-top: 5px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
	z-index: 1;
}

.post .date {
	position: absolute;
	top: 0;
	left: 5px;
	width: 2.3em;
	text-align: right;
	visibility: visible;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/**************************************************************
   Plantilla
 **************************************************************/

.plantilla ul{
	position:relative;
	top:0;
	padding:0;
	margin:0;
	margin-bottom: 0.5em;
	list-style-type:none;
	z-index:100;
}

.plantilla li {
	position:relative;
}

.plantilla ul ul {
	position:absolute;
	top:0;
	left:60px;
	width:150px;
	margin-left: 5px;
	z-index:100;
}

.plantilla ul ul ul{
	position:absolute;
	top:0;
	left:150px;
	width:50px;
	margin-left: 5px;
	z-index:100;
}

/**************************************************************
   Estilo para resaltar los Resultados
 **************************************************************/

.EstiloResult {
	color: #0000CD;
       	font-weight: bold;
       	font-style: italic;
}

/**************************************************************
   Fotos Noticias
 **************************************************************/

/*#fotoPrincipal {
	width:588px;
	height:305px;
	background:#EEEEEE url(../images/bg1c.gif) center no-repeat
	float:right;
	border:1px solid #CCC;
	border-width:1px;
	margin-bottom:10px;
	margin-left: 10px;

}*/
