/*  
Autor: David Chiclana Abad
*/

body {
	margin: 0;
	padding: 0;
	/* background: #3B3513 url(images/img01.gif) repeat-x left top;*/
        /*background:#6495ED;*/
        background:url("images/fondo.jpg");
	font-size: 13px;
	text-align: justify;
	color: #5C5116;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #819CDB;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}



hr {
	display: none;
}

/**************************CABECERA**********************************/

#cabecera {
	width: 90%;
	height: 290px;
	margin: 0 auto;
        margin-top:1em;
        margin-bottom:20px;
        /* background-color:#CEE3F6; */
	background: url(images/img04new.jpg) repeat-x; /* left top;*/
        border:0.8em solid #FF8C00;
        border-bottom:3em solid #8B4513 ;
}

#cabecera h1, #cabecera p {
	/* float: left;  */
	margin: 0;
        font-family: Georgia, "Times New Roman", Times, serif;
        
}

.uno {
	color: #0101DF;
	font-size: 54px;
	/* padding: 132px 0 0 400px; */
        text-align:left;
}
.dos {
	color: #0101DF;
	font-size: 34px;
	/* padding: 132px 0 0 400px; */
        text-align:center;
}

#header p {
	font-size: 16px;
	color: #FFFFFF;
}

#cabecera a {
	text-decoration: none;
	color: #FFB71C;
}


/* Page */
/*********************************PAGINA CONTENEDORA **********************************************/
#pagina {
	width: 85%;
        height:100em;
        margin: 0 auto;
        border:5px solid;
        background:rgb(153,205,255);
     
}
/**************************************************************************************************/
/*****************************************COLUMNA IZQUIERDA***************************************/
#sidebar {
	float: left;
	width: 30%;
        height:70em;
        /*background-color:#A9D0F5;*/
	/* padding-top: 50px; */
	color: #827736;
        border-right:1px solid #000000;
        margin-left:1em;
}

    #sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
        
    }

    #sidebar li {
        /*border-bottom: 1px dotted #615929;*/
	list-style-position:outside;
        padding-left:50px;
        padding-top:5px;
        background:url(images/img05.gif) no-repeat;
    }
    #sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 13px;
        /* background: url(images/img03.gif) no-repeat left top; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0080FF;
    }

    #sidebar h2 a {
	background: url(images/img03.gif) no-repeat left ;
    }

    #sidebar a {
	text-decoration: none;
        color: #8A4B08;
    }
    #sidebar a:hover {
	
        background:#FFDAB9;
    }
/****************************************************************************************/
/********************************* FOTO NA LLENDE  **************************************/
    #nallende{
        
        margin:auto;
        width:75%;
        height:270px;
        border:1px solid #000000;
        background:url(images/cigue.jpg) no-repeat;
    }
    /************************************ CORO ***************************************/
    #coro{

        margin:auto;
        margin-top:4em;
        width:90%;
        height:14em;
        background:url(images/coro.jpg) no-repeat top center;
    }
    #coro p{
        text-align:center;
        color:white;
    }
    #coro a{
        color:#ffffff;
    }
   
/***************************PARAISO**************************************/
  #paraiso{

        margin:auto;
        margin-top:5em;
        width:12em;
        height:3em;
       /* background:url(images/paraiso.jpg) no-repeat;*/
    }


/***********************************CUERPO CONTENIDO **************************************************/
#caj_con_cen{
    float:left;
    height:70em;
    width:65%;
    
}
#content{
	
   
    /*position:absolute;
        left:40%;
        top:400px;*/
    
       position:absolute;
        left: 350px;
        top: 370px;

	width: 47%;
        height:50em;
        margin:auto;
	/* margin-top: -100px; */
        /* margin-top:-250px;*/
	/*margin-bottom: 30px;*/
	padding: 30px 20px 30px 20px; 
        background:rgb(153,205,255);
        /* border: 2px solid #000000;*/
        
	}
#content a{
    color: blue;
}
#content1{
	
        position:absolute;
        left: 500px;
        top: 400px;
      
	width: 47%;
        height:50em;
        margin:auto;
	/* margin-top: -100px; */
        /* margin-top:-250px;*/
	/*margin-bottom: 30px;*/
	padding: 30px 20px 30px 20px; 
        background:rgb(153,205,255);
        visibility:hidden;
        /* border: 2px solid #000000;*/
	}

        

/*************************************************************************************/
.post {
	 /* padding: 0px 0px 0 0px;*/
         padding: 10px 10px 10px 10px;
         border:10px solid #ffffff;
        
}
.post2 {
	 /* padding: 0px 0px 0 0px;*/
         margin-top:1em;
         padding: 10px 10px 10px 10px;
         border:10px solid #ffffff;

}
.post2 ul{
    list-style-type:none;
}
.post2 a{
    text-decoration:none;
}
.post2 a:hover{
    background:#FFDAB9;
}
.post4 {
	 /* padding: 0px 0px 0 0px;*/
         margin-top:1em;
         padding: 10px 10px 10px 10px;
         border:10px solid #ffffff;

}
.post4 p{
    line-height:0.5em;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url(images/bandera.jpg) no-repeat right;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3513;
        /* background:url(images/bandera.gif); */
}
.title2 {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
        text-align:center;
	background: url(images/espicha.jpg) no-repeat left top;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3513;
        /* background:url(images/bandera.gif); */
}
.title4 {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
     	background: url(images/puertaexterna2.jpg) no-repeat right;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B3513;
        /* background:url(images/bandera.gif); */
}
.title_coro{
        margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
     	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CCCCCC;
        color: #3B3513;
}



.title a {
	text-decoration: none;
	color: #3B3513;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: -10px 0px 0px 0px;
	padding-left: 33px;
	border-bottom: 1px solid #CCCCCC;
	color: #00008B;
}
.byline2 {
	margin: -10px 0px 0px 0px;
	padding-left: 33px;
	border-bottom: 1px solid #CCCCCC;
	color: #00008B;
        text-align:center;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	margin: 30px 0;
	background: url(images/img02.jpg) repeat-x left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}

.meta .comments {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}
.meta a {
}



.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Sidebar */



/* Calendar */



/* Footer */



/*
#fotopuerta1{
        margin:auto 0;
        border-top:1px solid #000000;
        border-bottom:1px solid #000000;
        width:100%;
        height:210px;
        background:url(images/puertaexterna.jpg) no-repeat;
    }
    #contacto{

        width:100%;
        height:190px;
        
        /* line-height:0.1px;
        text-align:left;
        background-color:#A9D0F5;
     }
    #contacto h2{
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        text-decoration:underline;
        background:none;
        padding-top:10px;
        margin:0 auto;
        color: #0080FF;
        text-align:center;
    }
    #contacto p{
        color: #000000;

    }
    #sidreria{

        margin-left:13px;
        width:200px;
        height:198px;
        border:1px solid #000000;
        background:url(images/sidreria.jpg) no-repeat;
        color:#ffffff;
    }

*/
#pie {
	
        clear: both;
	width: 80%;
        height:50px;
	margin-left:100px;
	padding: 0;
	/* background: url(images/img02.gif) repeat-x left top; */
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B
}

#pie p {
	margin-left:15%;
	padding: 20px 0px;
	text-transform: uppercase;
}

#pie p a {
	color: #FFFFFF;
}
 

