/* CSS Document */
body {
	background-image: url(bg.gif);
	background-repeat:  repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 2px;
	color: #666666;	
}

#header {
	width: 990px;
	height: 74px;
	margin: 0 auto;
}
#header #top{
	width: 990px;
	height: 52px;
	background: #C65C2E url(bg_header.gif) no-repeat 202px top;
	clear: both;
}

#logo {
	width: 200px;
	height: 52px;
	background-color: #F3EEEE;
	float: left;
	text-align: left;
	border-right: 2px solid white;
	padding-left: 5px;
}

#nombreApp {
	width: 550px;
	height: 52px;
	float: right;	
}

#nombreApp h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	color: white;
	margin-top: 12px;
	margin-right:10px;
	margin-bottom: 0px;		
}

#header #bottom{
	width: 990px;
	clear: both;
}

#header #bottom p{
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 2px 0px 0px 0px;
}

#header #bottom p a{
	margin-left: 20px;
	color: #476BAF;
	text-decoration: none;
}

#header #bottom p a:hover{
	color: #476BAF;
	text-decoration: underline;
}
#header #bottom .usuario {
float: left;
margin-left: 0px;
}

#header #bottom .usuario a {
margin-left: 0px;
color: #476BAF;
text-decoration: none;
}


#main {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 10px;
	background: url(bg_contenido.jpg) no-repeat left bottom;

}

#menu {
	width: 182px;
	float: left;
	/*text-align: left;*/
	/*border: 1px solid gray;*/
	padding-bottom: 180px;
}

#contenidos {
	width: 780px;
	float: right;
	text-align: left;
	/*padding-left: 20px;*/
	/*border: 1px solid gray;*/
}

#contenidos h2 {
padding-left: 15px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 18px;
margin-bottom: 10px;
margin-top: 0px;
color: #477D7F;
background: url("bulletH2.gif") no-repeat left 7px;
}

#contenidos p {
margin-left: 15px;
font-size: 12px;
margin-bottom: 10px;
}

#contenidos ul {
margin: 0;
padding: 0;
}

#contenidos a, a:link, a:hover, a:visited {
color: #476BAF;
text-decoration: none;
}

#contenidos li {
list-style-type: none;
background: url("bullet.gif") no-repeat left 7px;
padding: 0px 5px 5px 10px;
/*arriba,der, abajo, izq*/
margin: 0px 0px 0px 15px;
font-size: 12px;
}

/* por siaca para que no se monten los divs*/
.clear_fix{
	clear: both;
	overflow: hidden;
	height: 1px;
	max-height: 0;
}

#footer {
	width: 990px;
	height: 40px;
	margin: 0 auto;
	background-color: #6887C0;
	border: 1px solid #5974A5;
}

#colofon {
	width: 788px;
	float: right;
	height: 40px;
	background-color: #6F7786;
}

#colofon p {
	font-size: 11px;
	color: white;
	text-align: left;
	margin-top: 12px;
	margin-left: 10px;	
}

#colofon a {
	text-decoration: underline;	
}

#subir {
	width: 182px;
	float: left;
	height: 40px;
}

#subir p {
	font-size: 11px;
	color: white;
	text-align: left;
	margin-top: 4px;
	margin-left: 10px;
	
}
