/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,					
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: white;

}

* {margin:0; padding:0;}
/******************************************************************end reset*******************************************************************************/
/*****************************************************************HOME PAGE STYLES*************************************************************************/
body{	
	font-family:'Helvetica', arial, sans-serif;	
	font-size:14px;
	background:url('imgs/bg.png') repeat-x;	
}

#container {
	/*border:1px solid red;*/
	width: auto;
	max-width: 1024px;
	height: auto;
	height: 768px;
	margin: 0 auto 0 auto;
}
#header {
	/*border:1px solid blue;*/
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}
#header img{
	margin: 36px 0 0 26px;
}
#content {
	/*border:1px solid blue;*/
	width: 100%;
	height: 550px;
	margin: 0 auto 0 auto;
}
#upper_content {
	/*border:1px solid green;*/
	width: 1024px;
	height: 260px;
	margin: 0 auto 0 auto;
	background-color: #f3f3f3;
}
#upper_content #cover{
	width: 20%;
	height: 100%;
	float: left;
}

#upper_content #menu{
	float: left;
	width: 80%;
	height: 100%;
}

#upper_content h2{
	margin: 6px 0 0 0;
	width: 50%;
	height: auto;
}

h2{
	color: #ed2533;
	font-size: 2em;
}

#upper_content #menu ul{
	width: 100%;
	margin: 0 0 0 2px;
	/*background-color: green;*/
}
#upper_content #menu li{
	float: left;
	margin: 5px 0 0 0;
	font-weight: bold;
}
#upper_content #menu #links_menu{
	/*background-color: red;*/
	height: 60%;
	margin: 3% 0 1% 0;
	overflow: hidden;
	text-align: center;
}
#upper_content #menu #links_menu li{
	width: 33%;
	background-color: #67b533;
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	text-align: center;
	margin: 1px;
	border: 1px solid gray;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#upper_content #menu #links_menu li:hover {
	background-color: #529923;
	color: #bcc0c0;
}

#upper_content #menu #links_menu a {
	color: white;
	text-decoration: none;
}

#upper_content #menu #links_menu .selected {
	background-color: #529923;
	color: #bcc0c0;
}


#footer a{
	color: #005BA4;
}
#footer{
	float: right;
}

#load_content{
	/*background-color: yellow;*/
	width: 100%;
	height: 250px;
}

#load_content ul{
	/*background-color: red;*/
	width: 48%;
	height: 95%;
	float: left;
	margin: 2% 0 0 1%;
}

#load_content ul li{
	background-color: green;
	width: 95%;
	height: 30px;
	line-height: 30px;
	margin: 0 1% 1% 0;
	font-size: 1.2em;
	padding-left: 5%;
	border: 1px solid gray;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#load_content ul a:hover {
	color: #bcc0c0;
}

#load_content #no_existe{
	background-color: green;
	color: white;
	width: 99%;
	height: 200px;
	line-height: 200px;
	margin: 1% auto 1% auto;
	font-size: 1.7em;
	font-weight: bold;
	border: 1px solid gray;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-align: center;
}



