@charset "UTF-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/***********************************************************************************************************************************/

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:0.8em;
}

h1 {
	font-weight:bold;
	color:#D9692E;
	font-size:1.0em;
	margin-top:15px;
	margin-bottom:20px;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	color: #CC00FF;		
}

/***********************************************************************************************************************************/

a img {
	border: none;
}

a:link {
	color: #D9692E;
	text-decoration: underline;
}
a:visited {
	color: #D9692E;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/***********************************************************************************************************************************/

.container {
	width: 760px;
	background: #fcf1db;
	margin: 5px auto;
}

/***********************************************************************************************************************************/

.header {
	height:150px;
}

.header img {
	float:left;
}

/***********************************************************************************************************************************/

.sidebar1 {
	float: left;
	width: 223px;
	padding-bottom: 10px;
	padding-top:25px;
	text-align:center;
}
.content {

	padding: 10px 0;
	width: 537px;
	float: left;
}

.content p {
	text-align:justify;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.content .bloque {
	width:100%;
	padding-left:15px;
	margin-bottom:10px;
}


.content .bloque .izquierda {
	float:left;
	width:160px;
}

.content .bloque .derecha {
	float:left;
	width:360px;
}

.content .bloque .derecha_ancho {
	float:left;
	width:583px;
}

.fotos img {
	margin-left:23px;
}

.bordefotos 
	{
	border:inherit;
	border-width:1px;
	border-style:solid;
	border-color:#D75E03;
	}
	
/***********************************************************************************************************************************/	

#formContact { font-size:0.8em; }	
#formContact label { width:150px; float:left; text-align:right; }
#formContact input, #formContact textarea { width:300px; float:left; color:#D9692E; margin-bottom:5px; font-family:Verdana, Geneva, sans-serif; font-size:1.0em; }
#formContact fieldset { border-width:0px; border-style:none; }

/***********************************************************************************************************************************/

#menu ul {
	padding: 0px;
	margin: 0px;
	background-image: url("images/fondo_menu.gif");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #333;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	float: left;
}

#menu ul li {
	display: inline;
}

#menu ul li a:link, #menu ul li a:visited {
	background-image: url("images/fondo_menu.gif");
	background-repeat: repeat;
	background-position: 0 0;
	color: #cc00fa;
	padding: 7px 15px;
	float: left;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active{
	color: #FFFFFF;
	background-position: 0 -30px;
	background-color: #CCC;
	height: 16px;
}

#menu ul li a.musicaON {
	width:55px;
	background-image: url("images/musica_on.png");
	background-repeat:no-repeat;
	background-position:center;		
}

#menu ul li a.musicaON:hover {
	background-color: transparent;		
	background-image: url("images/musica_on_hover.png");
}

#menu ul li a.musicaOFF {
	width:55px;
	color:#666666;
	background-image: url("images/musica_off.png");
	background-repeat:no-repeat;
	background-position:center;
}

#menu ul li a.musicaOFF:hover  {
	background-color: transparent;	
	background-image: url("images/musica_off_hover.png");
}


/***********************************************************************************************************************************/

.footer {
	padding: 0px;
	background: #FFFFFF;
	position: relative;
	clear: both;
	height:39px;
	font-size: 0.7em;
}

.footer .derecha {
	float: right;
	margin-left: 8px;
	padding-top:15px;
}
.footer .izquierda {
	float: left;
	margin-right: 8px;
}

.footer .izquierda img {
	border-style:none;	
}

/***********************************************************************************************************************************/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}