/* CSS Document */

/*/RESTAURAR NAVEGADORES//////////////////////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}
fieldser,img{border:0px;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
p,h1,h2,h3,h4,h5,h6{font-size:100%;}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*TIPOGRAFIAS*/
.iz{
	text-align: left;
}

.cen{
	text-align: center;
}

.der{
	text-align: right;
}
.n {
	font-weight: bolder;
}

.az{
	color: #006EC7;
}
.r {
	color: #FF0000;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*LINKS*/
a{
	text-decoration: none;
	color: #000000;
}
#menu a, #pie a{
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
}

#menu a:hover, #pie a:hover{
	background-color: #E2BA7D;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#widthPage{
	width:100%;
	margin:10px 0px 10px 0px;
	display:block;
	text-align:center;
}

#internalPageWidth{
	width:786px;
	margin:auto;
	text-align:left;
	background-image: url(img/fondo.jpg);
	background-repeat:  repeat-x;
}

.clear{
	clear:both;
}

body {
	background-color: #009900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #000000;
	font-style: italic;
}

/*CABECERA/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#titol {
	background-image: url(img/fondoSup.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#cabecera {
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
	height: 207px;
}
#contenido {
	background-image: url(img/fondo.jpg);
	background-repeat:   repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}


h1  {
	font-size: 120%;
	margin-bottom: 10px;
	color: #006400;
	text-transform: uppercase;
}
#menu  ul {
	background-color: #2CAA59;
	height: 25px;
	margin-right: -14px;
	margin-left: -10px;
}
#menu {
	margin-bottom: 10px;
}

#menu  li {
	float: left;

}
#flash {
	margin-left: -10px;
}
#foto {
	float: left;
	margin-top: 20px;
}
#ColIz {
	float: left;
	width: 400px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 15px;
}
#ColIz p  {
	margin-bottom: 7px;
}
#ColDer {
	float: right;
	width: 290px;
}
#ColDer li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.visitar {
	text-align: right;
}


.visitar  a {
	font-weight: bold;
	color: #009900;
}
.visitar  a:hover {
	color: #E2BA7D;
	background-color: #FFFFFF;
}
#ColDer img {
	float: left;
	margin-right: 10px;
}


#pie {
	background-image: url(img/fondoInf.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
}
#pie li {
	float: left;
	margin-right: 10px;
}
#pie .espacio {
	padding-top: 5px;
}

.on{
	background-color:#FFFFFF;
}
.on a:hover{
	background-color:#FFFFFF;
}
.noticia {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.noticia .foto {
	margin-bottom: 15px;
	float: right;
	margin-left: 15px;
}
.noticia h2 {
	color: #009900;
	font-size: 150%;
}
.noticia h3 {
	color: #333333;
	margin-bottom: 10px;
}

