/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
  }

body {
    background: url(../img/img01.jpg) repeat-x top left;
  }

body.sec {
    background: url(../img/fondo_secundario.png) repeat-x top left;
  }


body.sec {
    text-align: justify;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
  }

body, th, td, input, textarea {
    text-align: justify;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
  }

form {
  }

fieldset {
  }

input, textarea {
    font-weight: bold;
  }

input.text {
    padding: 2px 5px;
    background: #F8FAEB;
    border-top: 1px solid #4D5719;
    border-left: 1px solid #4D5719;
    border-right: 1px solid #626456;
    border-bottom: 1px solid #626456;
  }

input.button {
    background: #3C7BCF;
    border-top: 1px solid #3C7BCF;
    border-left: 1px solid #3C7BCF;
    border-right: 1px solid #3C7BCF;
    border-bottom: 1px solid #3C7BCF;
    color: #FFFFFF;
  }

h1, h2, h3 {
    margin-top: 0em;
    color: #800000;
  }

h1 {
    letter-spacing: -.035em;
    font-size: 2.5em;
		text-align: left
  }

h2 {
    letter-spacing: -.01em;
    text-transform: none;
    font-size: 1.1em;
    font-weight: normal;
    color: #800000;
  }

h3 {
    font-size: 1.2em;
  }
 

p, ul, ol {
    margin-top: 0.5em;
	margin-bottom: 0.5em;
    line-height: 1.5em;
    font-size: 1.1em;
  }

ul, ol {
    margin-left: 3em;
  }

strong,em {
	color:black;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
  }

a {
    text-decoration: none;
    color: #800000;
  }

  a:visited {
  color: #990000;
  }  
  
a:hover {
    border: none;
  }
  

h1 a, h2 a, h3 a {
    border: none;
    text-decoration: none;
    color: #990000
  }

h1 a:hover, h2 a:hover, h3 a:hover {
    background: none;
    color: #9C0000;
  }

hr {
    display: none;
  }
  
.entry hr {
	border: 0;
    width: 100%;
    color: #900;
	background-color:#900;
	display: block;
	margin-top: 15px;
	height: 1px;

}
  
/* Wrapper */
#wrapper {
  }
/* Header */

#header {
    width: 900px;
    margin: 0 auto;
  }

#menu {
		height: 30px;
    width: 1000px;
  }

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
  }


#menu li {
    float: left;
  }


#menu a {
    display: block;
    float: left;
    padding: 8px 20px 10px 20px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-left:  #000000 1px solid;
    color: #FFFFFF;
  }


#menu a:hover {
    background: #D60606;
    color: #FFFFFF;
  }


#menu .current_page_item a {
    background:  #660000;
    padding: 8px 30px 10px 30px;
    color: #FFFFFF;
  }


#menu .last {
    border-right: #58032F 1px solid;
  }


#search {
    float: right;
    width: 260px;
    margin: 0px;
    padding-top: 7px;
  }


#search fieldset {
    border: none;
  }


#search #s {
    width: 160px;
  }


#search #x {
    width: 80px;
  }

/* Logo */



#logo {
    width: 900px;
    height: 210px;
    margin: 0 auto;
  }


#logo h1, #logo h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
  }


#logo h1 {
    padding: 5px 5px 0 0px;
    font-size: 48px;
    color: #EAEAEA;
    position: absolute;
    top: 210px;
  }


#logo h2 {
    padding: 0px 0 0 0px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 270px;
  }


#logo p {
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
  }


#logo a {
    color: #FFFFFF;
  }

/* Logo secundario */


#logo_sec {
    width: 900px;
    height: 75px;
    margin: 0 auto;
  }


#logo_sec h1, #logo_sec h2 {
    margin: 0;
    padding: 0;
    text-transform: none;
  }


#logo_sec h1 {
    padding: 5px 5px 0 0px;
    font-size: 24px;
    color: #EAEAEA;
    position: absolute;
    top: 70px;
  }


#logo_sec h2 {
    padding: 0px 0 0 0px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 100px;
  }


#logo_sec p {
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
  }


#logo_sec a {
    color: #FFFFFF;
  }

/* CONTENEDOR PRINCIPAL */
#page { width: 900px; margin: 0 auto; padding-top: 20px; background: #FFFFFF }    
/* CAJAS DE CONTENIDO */
#content { float: left; width: 420px }
#content_secundario { float: left; width: 650px; padding-right: 20px }

/* BARRA LATERAL PAGINAS SECUNDARIAS */
#sidebar3 { width: 225px; padding: 0px 0px 0px 0px; background: #fff }
#sidebar3 li h2 { margin: 0 0 1em 0; padding: 15px 0 0 0px; height: 20px; }
#sidebar3 li ul { line-height: normal; }
#sidebar3 li li { padding: 5px; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; text-align: justify }
#sidebar3 li a { background: url(../img/img04.gif) no-repeat left 50%; border: none; padding-left: 10px; text-transform: none; }
#sidebar3 li a:hover { border: none;  padding-left: 10px; }







.post_secundario h1.title {
    padding: 0px 10px 10px 0px;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
  }

.post_secundario h2 {
  padding: 5px 10px 0px 0;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
	line-height: 25px
  
  }  
  

.post_secundario .title {
    margin: 0;
    font-weight: normal;
  }

.post_secundario li {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.5em
  }



.post_secundario {
  }


.post {
	position:relative;
	top:20px;
  }



.post .title {
    margin: 0;
    font-weight: normal;
  }


.post h1.title {
    padding: 15px 0 10px 0px;
    font-size: 25px;
    font-family: Georgia, "Times New Roman", Times, serif; 
    text-transform: none;
  }


.post .entry {
    padding: 0 25px 30px 0px;
  }


.post .meta {
    margin: 0;
    padding: 5px 0px 0px 0px;
    text-transform: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    color: #999;
  }


.post .meta a {
    color: #B70000;
  }


.post .links {
    margin: 0;
    padding: 0px 0px 15px 15px;
  }


.post .tags {
    margin: 0;
    background: #F2F2F2;
    padding: 5px 10px 5px 15px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }


.post .links a, .post .tags a {
    border: none;
  }

/* Recent Posts */



#recent-posts {
  }


#recent-posts h2 {
	margin: 0;
    padding: 15px 0 0 0px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #C00000;
  }

#recent-posts h3 {
    margin: 0;
    padding: 15px 0 0 0px;
    font-size: 1.2em;
  }


#recent-posts p {
    margin: 0 0 10px 0;
    padding: 15px 0 10px 0px;
    border-bottom: #A3A3A3 1px solid;
    line-height: 18px;
    font-size: 13px;
  }
  

#recent-posts .noticia { 
	font-size: 13px; 
	text-align: left; 
	font-weight: 600; 
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;	
	}

#recent-posts a {
    /*background: #C00000; */
	padding: 3px 15px 3px 10px;
    text-transform: none;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	color: #C00000;
  }


#recent-posts .meta {
    color: #808080;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size:10px;
    margin:0pt;
    padding:0px 0px 0px 15px;
    text-transform: none;
  }


#recent-posts h3 a {
  }

/* Sidebars */



.sidebar {
    float: left;
    position:relative;
    top:50px;
  }


.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }


.sidebar li {
    margin-bottom: 1.5em;
	text-align:left
  }


.sidebar li ul {
  }


.sidebar li li {
    margin: 0;
  }


.sidebar li h2 a {
    margin: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
	font-size: 1.5em
  }


#sidebar1 {
    width: 210px;
    padding: 0px 15px 0px 15px;
    background: #dcdcdc;
  }


#sidebar2 {
    width: 190px;
    padding: 0px 0px 0px 10px;
    position:relative;
    top:50px;
  }


#sidebar2 li h2 {
    margin: 0 0 1em 0;
    padding: 15px 0 0 0px;
    height: 20px;
  }


#sidebar2 li ul {
    line-height: normal;
  }


#sidebar2 li li {
    padding: 5px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
  }


#sidebar2 li a {
    border: none;
    padding-left: 10px;
    text-transform: uppercase;
  }


#sidebar2 li a:hover {
    border: none;
    padding-left: 10px;
  }






/* Footer */



#footer {
    background: #000000;
    height: 120px;
    padding-top: 20px;
	top:100px;
	position:relative; 
 }


#footer p {
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
  }


#footer a {
    padding: 2px 7px;
    color: #CC0000;
  }


.wrap1, .wrap2, .wrap3 {
    display:inline-table;
    /* \*/display:block;
    /**/;
  }


.wrap1 {
    background-image : url(../img/shadow.gif);
    background-position : right bottom;
    background-repeat : no-repeat;
    float : left;
  }


.wrap2 {
    background: url(../img/corner_bl.gif) left bottom no-repeat;
  }


.wrap3 {
    padding:0 4px 4px 0;
    background: url(../img/corner_tr.gif) right top no-repeat;
    display:block;
  }
.wrap3 img { border: 1px solid #666666  } 


.pics { height: 113px; width: 130px; padding:0; margin:0; overflow: hidden }

.pics img { height: 81px; width: 98px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

.foto { 
  border: 1px solid #333333;
  margin: 7px;
  padding: 7px

 }

.newsticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: #050c44;
	padding: 3px;
	margin: 0;
}

#TICKER {
	margin: 0px auto;
	position: relative;
	top: -10px;
	padding: 3px;
	background: #FFFFCC;
	overflow:hidden; 
	width: 890px
}

#TICKER span.fecha {
	background:  #660000;
	color: #FFFFFF;
	padding: 3px;
	font-weight:bold
}

.fichaproy {
border: 1px dashed #990000;
padding: 7px;
background-color: #F2F2F2
}


/* Estilos para los AVISOS */
div.h2 {
  padding: 4px 10px 4px 10px;
  font-size: 15px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: none;
  line-height: 25px;
  color: #fff;
  background-color: #933;
}

div.h2 a {
  padding: 5px 10px 0px 5px;
  font-size: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: none !important;
  line-height: 25px;
  color: #fff;
  background-color: #933
}

div.titulo_aviso {
  padding: 5px 10px 0px 0;
  font-size: 16px;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 600;
  line-height: 18px;
  color: #800	
}

div.cuerpo_aviso p {
  padding: 5px 10px 0px 0;
  font-size: 11px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  text-align: justify
}

em {
/*color: #FFFFFF*/
}

#dhonisss
{
	position:relative;
	margin-bottom:550px;
}

#videosportada
{
	position:absolute;
	top:-330px;
	height:400px;
}

#tituloportada
{
	position:relative;
	/*top:320px;
	left:-400px;*/
/*	width:740px;*/
}

#menuimgframe
{
	position:relative;
	height:280px;
	width:1100px;
	left:50px;
	top:0px;
}

#formsistap
{
	width:600px;
	height:100px;
	margin-top:80px;
	background-color:#B02B2C;
}

input
{
	margin-left:70px;
	margin-top:40px;
	border: 1px solid #ffffff;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

#atras
{
	float:right;
	margin-right:10px;
	margin-top:20px;
}

strong.form
{
	margin-left:30px;
	color:white;
}
