#cuerpo{
	background-color: #FFFFFF;
	width: 780px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;	
	
	
}


#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}
	.Estilo1 {
	color: #003300;
	font-size: 18px;
}

.Estilo2 {
	color: #990000;
	
}
	#ads{
		margin:0 auto;
		margin-top:10px;
		width:756px;	
		padding:2px;
		border:1px solid #E2EBED;
	}	
	#contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	#contentContainer p,#contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	#imageSlideshowHolder{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:151px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
.menusup {
	background-color: #FFFFFF;
    text-align: right;

	text-decoration: none;
	vertical-align: text-top;
	height: 20px;
	width: 780px;
}
.menusup a{
	background-color: #FFFFFF;

	text-decoration: none;
	vertical-align: text-top;
}


.menu a {	
        display:inline;	
		text-decoration:none;	
		text-align:right;
		font-size:11px;	color:#666666;	 
}
.menu a:hover {	color:#000000;
	background-position:bottom; } 


.logo{
	height: 71px;
	width: 780px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	 }

.menuinf {
	background-color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	height: 20px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.present{
	background-color: #FFFFFF;

	width: 780px;
	color: #000000;
}
.presenth{
	background-color: #FFFFFF;
	width: 780px;
	color: #000000;
	background-image: url(jara.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	font-style: normal;
}





.pie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #990000;
	text-align: center;
	line-height: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-weight: lighter;
	text-decoration: none;
}
.botonera{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.boton1{
	background-color: #FFFFFF;
	height: 160px;
	width: 260px;
	border: 1px solid #006600;
}
.boton2{
	background-color: #FFFFFF;
	height: 160px;
	width: 260px;
	border: 1px solid #006600;
	
}
.boton3{
	background-color: #FFFFFF;
	height: 160px;
	width: 260px;
	border: 1px solid #006600;
	
}



*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 0px;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;

}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

* html .hoverbox li
{
	position: static;
}

#footer{
	text-align: right;
}

.columna1{
	position: absolute;
	width: 281px;
	height: 238px;
}
.columna2{
	position: absolute;
	width: 270px;
	height: 236px;
	left: 371px;
	top: 183px;
}
