/* CSS Document */

* {	margin: 0;	padding: 0;}
body {
	background-color:#429B00;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
	padding: 0px;
	color:#333333;	
	margin: 0px;
	background-image: url(../imgs/bg_body.jpg);
	background-position:0 0;
	background-repeat: repeat-x;
}
a img{	border: 0;	display: block;}
a:link, a:visited {
	color: #006600;
	text-decoration: none;
	}
a:hover, a:active {
 	color: #003399;
	text-decoration: underline;
	}
p,ul {padding-bottom: 1em;}
.seccion p{	text-align:justify;	padding-right:10px;}
ul {margin-left: 1.2em;}

li {list-style: none;}



/* cabecera */
#pos {
	/*margin-top: -310px; */
	margin-top: 0px;
	width: 100%; 
	position: absolute; 
	/*top: 50%; */
	top: 0%;
	height: 570px;
}
div#con {
	margin-left: auto;
	/*width: 910px;*/ 
	width: 100%;
	margin-right: auto;
	text-align:center;
	/*color: #2F5577;*/
	color:#CCCCCC;
}

a:link, a:visited{
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
}
a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #FFFF66;
}
div#flashcontent {
	top: 50%;
	height: 570px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
}
div#con p.pie {
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 28px;
	width: 100%;
	text-align: center;
	
	padding: 5px 0 0 0px;
	margin:5px 0 0 0;
	
}
#oculta {
visibility:hidden;
overflow:hidden;
height:1px;}

.bgcol {width: 900px;margin:0 auto;
text-align:center; height: 200px; vertical-align:middle;}
div #flashcontent img{
margin-left: auto; 
	margin-right: auto;
text-align: center; 
}

div#flashcontent a:link, div#flashcontent a:visited{
	text-decoration: none;
	font-weight: normal;
	color:#FFFF66;
}
div#flashcontent a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #FFFF99;
}

