/* Start of CMSMS style sheet 'FTR v2 - pantalla' */
/* Start of CMSMS style sheet 'FTR v1 - pantalla' */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0 (July 25, 2005)
Customized by Jaume Sola & J Carlos Murcia
*/

/* JUAN CARLOS, AÑADE TUS ESTILOS AQUI ABAJO */
.texto { 
	color: #000000; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.textonegrita { 
	color: #000000;
        font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.textoverde {
        color: #008000;
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.textomarron {
        color: #008000;
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.titulonegritaverde {
        color: #008000;
        font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.titulonegritamarron {
        color: #800000;
        font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.cabeceranoticias {
        color: #000000;
        font-weight: bold; 
	font-size: 12px; 
	line-height: 28px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* FIN DE LOS ESTILOS DE JUAN CARLOS */

*{margin:0; padding:0;}

body {
margin: #FFFFFF;
padding: 0;
font: normal 76% Verdana, Tahoma, Arial, sans-serif;
background: #FFFFFF;
}

#wrap {
position:relative;
background: #FFFFFF;
color: #000000;
margin: 18px auto 0;
width: 900px;
border:1px solid black;
}

body, html {
overflow-x:hidden;
}

/* LINEA QUEBRADA A IZQUIERDA Y DERECHA */

#lineaLeft, #lineaRight{
position:absolute;
display:block;
height:40px;
width: 922px;
background-image: url(uploads/images/linea_abrazo.gif);
background-repeat:no-repeat;
background-position:50% 47%;
}

#lineaLeft{
top:74px;
left:-922px;
}

#lineaRight{
top:52px;
right:-922px;
}

/* EL MENU */

#avmenu {
clear: left;
float: left;
width: 180px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 180px;
margin: 0 0 20px 0;
padding: 0;
font-size: 12px;
}	

#avmenu li {
margin: 4px 0 0 0;

}

/* first level */
#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #006600;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left: 4px solid #009900;
}	
	
#avmenu li a:hover {
	background-color: #FFFFFF;
	color: #009900;
	border-left: 4px solid #009900;
}

#avmenu li a.menuactive {
background-color: #FFFFFF;
color: #009900;
border-left: 4px solid #009900;
}


/* second level */
#avmenu li li a {
font-weight: bold;
font-size: 10px;
height: 20px;
text-decoration: none;
color: #a03000;
display: block;
padding: 6px 0 0 10px;
background-color: #FFFFFF;
border-left: 12px solid #FFFFFF;
}	

#avmenu li li a:hover {
	background-color: #a03000;
	color: #FFFFFF;
	border:0;
        padding: 6px 0 0 10px;
        border-left: 12px solid #FFFFFF;
}

#avmenu li li a.menuactive {
	background: #a03000;
	color: #FFFFFF;
	border:0;
        padding: 6px 0 0 10px;
        border-left: 12px solid #FFFFFF;
}

/* third level */
#avmenu li li li a {
font-weight: normal;
font-size:10px;
height: 18px;
text-decoration: none;
color: #a03000;
display: block;
background: #ffffff;
border-left: 30px solid #FFFFFF;
}	

#avmenu li li li a:hover {
font-weight: bold;
background: #ffffff;
color: #a03000;
border-left: 30px solid #FFFFFF;
}

#avmenu li li li a.menuactive {
font-weight: bold;
background: #ffffff;
color: #a03000;
border-left: 30px solid #FFFFFF;
}

/* FIN DEL MENU */


/* LAS NOTICIAS */

#noticias {
float: right;
width: 140px;
margin: 0; /* 0 10px 20px;*/
padding: 10px;
font-size: 0.9em;
line-height: 1.5em;
color: #000000;
background-color: #e7c05b;
line-height: 1em;
}

#noticias p {
margin: 0 0 1.5em 0;
}

#noticias a {
    color: #cc0033;
}

.EnlaceTitularDeNoticia {
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

#ResumenNoticia {
  line-height: 170%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
   }

#EnlaceVolverDeNoticia {
  margin-top: 1em;
  margin-bottom: 0;
}

/* FIN DE LAS NOTICIAS */


/* SIN COMENTARIOS */

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: left;
color: #666666;
margin: 0 0 10px 0;
font-size: 0.9em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#content {
width:510px;
margin-top: 1em;
margin-right: 110px;
margin-bottom: 20px;
margin-left: 170px;
padding: 0 10px 0 20px;
line-height: 1.6em;
text-align: left;
vertical-align: top;
}
body>#content{
width:530px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 1px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
/* End of 'FTR v2 - pantalla' */

/* End of 'FTR v2 - pantalla' */

