/* CSS Document */

/*
ESTILO general
= = = = = = = = = = = = = = = = = = */

body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top: 0px;
	background-image: url(img/fondo2.gif); 
	margin : 0; 
	padding :0;
}

h1 {
	font-size: 130%;
	color: #CC3300;
	font-weight: normal;

}

ul { 
	list-style-image: url(img/bullet.gif); 
	font-size: 90%;
	margin-left: 0px;
}

a {
	color: #CC3300;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.enlace a {
	color: #CC3300;
	text-decoration:none;
}

.enlace a:hover {
	text-decoration: underline;
}

/*
ESTRUCTURA general
= = = = = = = = = = = = = = = = = = */


#web {
background: #ffffff;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	border:0;
	width: 930px;
	}

#cabecera {
	width: 930px;
	margin-left: 0;
	height: 80px;
	background: #CC3300;
}

#container  {
	padding: 30px 15px 20px 20px;
}


#content { 
	float: left;
	width: 30%;
	color: #666666;
	line-height: 1.8em;
	background: #ffffff;
	background-image:none;
}

#extras {
	clear: both;
	background: #333333;
	padding: 0 0px;

}

#flashcontent {				
		margin: 0px 0px 0px 0px;	
		width: 100%;	
		height: 620px;		
		color: #FFFFFF;	
	}
	
#cabeza {
	width: 100%;
	height: 30px;	
	clear: both;
	background: #000000;
	padding: 0 0px;
	color: #F3F3F3;
	text-align: center;
	padding: 20px 0 5px 0;
	font-size: 100%;

}

#pie {
	width: 100%;
	height: 60px;	
	clear: both;
	background: #000000;
	padding: 0 0px;
	color: #F3F3F3;
	text-align: center;
	padding: 1px 0 5px 0;
	font-size: 80%;
	line-height: 1.7em;

}

.pielink a {
	color: #ff3300;
	text-decoration: none;
}

.pielink a:visited {
	color: #ff3300;
	text-decoration: none;
}

.pielink a:active {
	color: #ff3300;
	text-decoration: none;
}

.pielink a:hover {
	text-decoration: underline;
	color: #ff3300;

}

/*
#bloque
{
	width: 850px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	font-size: 85%;
	color: #000;
	line-height: 1.4em;
	padding: 5px 5px 0px 5px;
	background: #c3c3c3;
	background: url(images/barra.png);
	background-repeat: no-repeat;
	background-position: top;
*/
}
