/* CSS Document */

html {font-size: 100%;}


body 	{
	background:#ffffff url("images/bg_mvd.gif") repeat top fixed;
	font: 12px "Calibri", Arial, Tahoma, Helvetica, Sans-serif;
	height: 100%;
	text-align: center;
	margin: 0;
}

a:link {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}
a:hover {color: #CCCCCC;text-decoration: none;}
a:active {color: #FFFFFF;text-decoration: none;}

p	{font-size: 12px; color:#FFFFFF; text-transform:none; text-align:justify;} /* cuerpo de texto */
h1 	{font-size: 12px; color:#333333; text-transform:none;} /* texto para seo en cabezal */
h2 	{font-size: 35px; color:#FFFFFF; font-weight:lighter; text-align:left;} /* Titulos de cuerpo de texto sobre barras*/
h3	{font-size: 12px; color:#FF3399; text-transform: uppercase;} /*Subítulos de cuerpo de texto*/
h4	{font-size: 12px; color:#333333;} /*cuerpo de texto lateral*/
h5	{font-size: 11px; color:#FFFFFF; text-align:center;} /*pie de página y de imagenes*/
h6	{font-size: 12px; color:#FF3399; text-transform:none; text-align: left;} 
h6 a:link {font-size: 12px; color:#FF3399; text-decoration: none;}
h6 a:hover {font-size: 12px; color:#333333; text-decoration: none;} 
h6 a:visited {font-size: 12px; color:#FF3399; text-decoration: none;} 
h6 a:active {font-size: 12px; color:#FF3399; text-decoration: none;}

.wrapper{
	width: 800px;
	margin:0 auto;
	border:0;
	background-color: #591f61;
	position: relative;
	}

.back{
	width: 1022px;
	margin:0 auto;
	border:0;
	background-color:#FFFFFF repeat-x repeat-y;
	position: relative;
	}

/*----------------------------CABEZAL*/
.header	{
	width: 800px;
	height: 287px;
	margin: 0 auto;
	background: url(images/bg_header.gif) no-repeat top;
	}
h1	{
	width: 112px;
	height: 112px;
	background: url(images/logo.gif) no-repeat;
	margin: 0;
	position: absolute;
	top: 160px;
	left: 45px;
	overflow: hidden;
	}
h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
		display: block;
		width:248px;
		height:92px;
		text-indent: -100000px;
	}
/*-----------------------------------NAVEGACIÓN*/
.nav	{
	width:800px;
	height: 31px;
	font-size: 15px;
	font-weight: bold;
	clear: both;
	margin:0;
	}
	
.nav ul {
	margin:0;
	padding-left:230px;
	padding-top: 240px;
	list-style:none;
	}
.nav li {
	float: left;
	padding-top: 2px;
	margin: 0 0;
	border-bottom:0px;
	text-transform:uppercase;
	}
.nav a {
	float:left;
	display:block;
	padding: 2px 7px 5px 7px;
	text-decoration:none;		 
	float:none;
	}	
.nav li:hover {padding-top:2px; text-decoration: none;}

	
	
/*-----------------------------------INDEX*/
.header_in{
	widht:1022px;
	height:116px;
	background: url(images/cabezal_in2.jpg) no-repeat top;
}
/*-----------------------------------CONTENIDO*/
.content{
	width: 760px;
	margin-left: 50px;
	background-color:#591f61;
	position: relative;
	clear:both;
	margin:0 auto;
	padding: 20px;
}
#images{
	float:right;
	width:600;
	height:630px;
	text-align: center;
	background-color:#000000;
	margin:10px 0 10px 10px;
	}

#text{
	float:left;
	width:760px;
	margin: 0 10px 10px 0;
	}
#clear	{clear:both;}

/*-----------------------------------PIE*/
.footer	{
	width:800px;
	text-align:center;
	padding:0 20px 20px 20px;
}