@charset "utf-8";
/* CSS Document */


html{
	height:100%;
}

img{
	border:none;
}

img.contenido{
	padding:15px;
}

h1{
	font-size:16px;
	font-weight:bolder;
	color:#FFF;
}

a, a:hover{
	color:#FFF;
}

div#wrapper{
	position:relative;
	z-index:1;
}

body{
	margin:0px;
	padding:0px;
	/*background:url(../images/source/fondoIndex.jpg) #000000 no-repeat;
	background-position:top center;	*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}


div#header{
	height:64px;
	left:0;
	/*overflow:hidden;*/
	position:absolute;
	top:31px;
	width:100%;
	z-index:80;
}
h1{
	background:url(../images/logoHead.png) no-repeat 0 0;
	height:64px;
	left:0;
	position:fixed;
	text-indent:-999em;
	width:201px;
	top: 48px;
}


a#home-link{
	display:block;
	height:64px;
	left:0;
	position:absolute;
	text-indent:-999em;
	width:201px;
}
div#tagline{
	background-color:#000;
	filter: alpha(opacity=80);
	opacity: .8;
	height: 64px;
	left:761px;
	top:59px;
	opacity:0.8px;
	position:fixed;
	text-indent:-999em;
	width:100%;
}

ul#mainNavigation{
	left:206px;
	position:absolute;
}
ul#mainNavigation li{
	float:left;
	list-style:none;
	margin-right:5px;
}




div#content a{
	color:#F60;
	font-weight:bold;
	text-decoration:none;
}

div#content a:hover{
	text-decoration:underline;
}

div#content{
	background-color:#fff;
	left:206px;
	position:relative;
	top:117px;
	width:550px;
}
div#content h2.toph2{
	border-top:none;margin-bottom:0;
}
div#content h2{
	background-color:#666;
	border-bottom:1px solid #fff;
	color:#FFF;
	font-size: 20px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
}
div#content h2 span{color:#fff;}
div#content h3{font-size:1.3em;font-weight:400;margin-bottom:0;margin-left:42px;margin-right:66px;}
div#content h4{color:#74a125;font-size:1.3em;font-weight:400;margin-bottom:1em;margin-left:42px;margin-right:66px;}
div#content h5{font-size:1.2em;font-weight:400;margin-bottom:1em;margin-left:42px;margin-right:66px;}
div#content p{
	font-size:12px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:30px;
	color: #333;
	padding:15px;
}
div#content p.error{color:red;}
div#content a.visit-site{color:#fff;position:absolute;right:42px;text-transform:uppercase;top:24px;}
div#content a.visit-site:hover{color:#74a125;}



div#footer{
	background-color:#000;
	color:#fff;
	filter:alpha(opacity=80);
	height:75px;
	left:206px;
	opacity: 0.8px;
	opacity: .8px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	top:124px;
	width:550px;
	text-align:center;
}
div#footer p{
	color:#fff;
	font-size:10px;
	margin:0;
	text-align:center;
}
div#footer ul{
	font-size:12px;
	margin:5px;
	text-align:center;
}
div#footer ul li{
	border-left:1px solid #fff;
	display:inline;
	list-style:none;
	padding:3px;
}
div#footer ul li.first{
	border:none;
}
div#footer ul li a{
	color:#fff;
	text-decoration:none;
}
div#footer ul li a:hover{
	text-decoration:underline;
}

