body {
	width:775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	margin: 0 auto;
	background-color:#FFFF00;
	background-image: url(pix/bkgd.gif);
	background-repeat: repeat-x;
	}

a {
	color:#CC0000;
	text-decoration:underline;
	}

a:hover {
	color: #666666;
	text-decoration:underline;
	}

a img {
	border: 1px solid #666;
	}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	text-align: justify;
	font-weight: bold;
	}

p, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
	}
	
/*span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	}*/	
	
ul {
    list-style: circle url(none) outside;
    margin: 0;
    padding: 0;
    }

img {
    border: none;
	}

input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFF00;
	border: 1px solid #666;
	width: 200px;
	margin-bottom: 2px;
	}

hr{
	width:100%;
	border-top: 1px dashed #CCC;
	}

table{
	width:95%;
	border: 1px dashed #CCC;
	}

td{
	padding: 4px;
	}			

hr{
	border-top: 1px dashed #B8D386;
	}
	
#header {
	background-image: url(pix/header.gif);
	clear: left;
	float: left;
	height: 260px;
	width:800px;
	}

#content {
	float:left;
	clear: left;
	width:720px;
	height: 100%;
	background-image:  url(pix/content.gif);
	padding: 10px 40px;
	background-repeat: repeat-y;
	}

#columnaizquierda{
	width:140px;
	height: 100%;	
	float:left;
	clear: none;
	padding: 10px 15px;
	}

#columnacentral{
	width:475px;
	height: 100%;
	float:left;
	clear: left;
	border-right: 1px solid #CC0000;
	padding: 0 10px;
	}

#columnascroll {
	width:440px;
	height: 500px;
	float:right;
	clear: none;
	padding: 10px 0;
	overflow: scroll;
	position: absolute;
}

.search{
	float:left;
	clear: none;
	border: 1px dashed #F00;
	padding: 5px;
	width: 470px;
	}

.renglon{
	float:left;
	clear: left;
	border: 1px dashed #CCC;
	padding: 5px;
	margin-bottom: 10px;
	width: 460px;
	}

.columna{
	width:230px;
	float:right;
	clear:left;
	}

#columnaderecha{
	width:200px;
	height:100%;
	float:right;
	clear:right;
	padding: 0 10px;
	}

#fotos {
	padding: 0;
	}

#footer {
	width:800px;
	clear: left;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background-image: url(pix/footer.gif);
	height: 170px;
	background-repeat: no-repeat;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}

#footer a:hover {
	color: #FFFF00;
	text-decoration:underline;
	}	

.foto {
	margin: 5px 0 5px 0;
	border: 1px solid #000;
	}

.fotoleft {
	margin: 5px 5px 5px 0;
	border: 1px solid #000;
	float: left;
	clear: both;
	}	

.fotoright {
	margin: 5px 0 10px 15px;
	border: 1px solid #000;
	float: right;
	clear: both;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	font: bold 11px Arial;
	width: 775px;
	height: 25px;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	margin: 5px 0;
	float: left;
	color: #FFFFFF;
	padding: 5px 24px;
	/*background: black url(pix/menudefault.gif) center center repeat-x;*/
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

.solidblockmenu li .current{
	color: #FF0000;
	/*background: transparent url(pix/menuactive.gif) center center repeat-x;*/
}

.solidblockmenu li a:hover {
	color: #FFFF00;
	/*background: transparent url(pix/menuhover.gif) center center repeat-x;*/
}

[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}

.solapanoseleccionada{
	color: #FFFFFF;
}
.solapanoseleccionada:hover{
	text-decoration:none;
}
.solapaseleccionada{
	color: #FF0000;
}
.solapaseleccionada:hover{
	text-decoration:none;
}
