body {
	width:775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	margin: 0 auto;
	background-color:#666666;
	background-image: url(pix/bkgd.gif);
	background-repeat: repeat-x;
	}

a {
	color:#09C;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color: #666;
	}

a img {
	border: 1px solid #666;
	}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006699;
	font-weight: normal;
	text-align: justify;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0099CC;
	text-align: justify;
	font-weight: bold;
	}

p, span {
	font-family: 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 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 2px 0;
	background-color: #CCCCCC;
	border: 1px solid #666;	
	}

hr{
	width:100%;
	border-top: 1px dashed #CCC;
	}

table{
	width:100%;
	border: 1px dashed #CCC;
	}

td{
	padding: 4px;
	}			
	
#header {
	background-image: url(pix/header.jpg);
	clear: left;
	float: left;
	height: 115px;
	width:775px;
	border-top: 3px solid #09C;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#content {
	float:left;
	clear: left;
	width:775px;
	height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-image:  url(pix/content.gif);
	}

#columnaizquierda{
	width:140px;
	height: 100%;	
	float:left;
	clear: none;
	padding: 10px 15px;
	}

#columnacentral{
	width:480px;
	height: 100%;
	float:left;
	clear: none;
	padding: 10px;
	}

#columnascroll {
	width:440px;
	height: 500px;
	float:right;
	clear: none;
	padding: 10px 0;
	overflow: scroll;
	position: absolute;
}

.renglon{
	float:left;
	clear: none;
	border: 1px dashed #CCC;
	padding: 5px;
	margin-bottom: 10px;
	width: 460px;
	}

.columna{
	width:230px;
	float:right;
	clear:left;
	}

#columnaderecha{
	width:260px;
	height:100%;
	float:right;
	clear:right;
	margin: 10px 5px;
	}

#login {
	padding: 0 6px;
	background: #C1CAD0;
	border-bottom: 1px solid #9FB1BC;		
	}

#fotos {
	padding: 0;
	}

#footer {
	background: black url(pix/menudefault.gif) center center repeat-x;
	width:775px;
	clear: left;
	float: left;
	border-top: 1px solid #09C;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	}

.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;
	}
	
#submenu {
	width:480px;
	/*border-bottom: 1px solid #9FB1BC;*/
	padding: 5px 0;
	font-size: 9px;	
	text-align: center;
	text-transform: uppercase;
	}	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	padding: 0 85px;
	float: left;
	font: bold 11px Arial;
	width: 605px;
	border-top: 1px solid #09C;
	border-bottom: 1px solid #09C;
	background: black url(pix/menudefault.gif) center center repeat-x;
	clear: left;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 6px 11px;
	text-decoration: none;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
}

.solidblockmenu li .current{
	color: white;
	background: transparent url(pix/menuactive.gif) center center repeat-x;	
}

.solidblockmenu li a:hover {
	color: white;
	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;
}


/* menu */

#nav {
	padding: 0 0 20px 100px;
	border-bottom: 1px solid #9FB1BC;
	background: #FFF;
	text-align: center;
	}

#nav li {
    display: inline;
    list-style-type: none;
}

#nav a:link, #nav a:visited {
     float: left;
     font-size: 10px;
     line-height: 14px;
     font-weight: bold;
     padding: 0 12px 6px 12px;
     text-decoration: none;
     color: #708491;
	}

#nav a:link.active, #nav a:visited.active {
    color: #369;
    background: url(pix/rounded.gif) no-repeat bottom center;
	}

#nav a:hover {
    color: #000;
    background:  url(pix/rounded.gif) no-repeat bottom center;
	}

/* submenu */

#sub {
	padding: 0 0 20px 5px;
	border-top: 1px solid #09C;
	border-bottom: 1px solid #09C;
	background: #FFF;
	text-align: center;
	}

#sub li {
    display: inline;
    list-style-type: none;
}

#sub a:link, #sub a:visited {
     float: left;
     font-size: 9px;
     line-height: 14px;
     font-weight: bold;
     padding: 3px 6px 3px 7px;
     text-decoration: none;
     color: #708491;
	}

#sub a:link.active, #sub a:visited.active {
    color: #0C9;
	background: #F0F0F0;	
/*  background: url(pix/submenu.gif) no-repeat bottom center;*/
	}

#sub a:hover {
    color: #000;
	background: #CCC;
/*  background:  url(pix/submenu.gif) no-repeat bottom center;*/
	}
