body {
	background-color: #5c3193;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #542F83;
	text-decoration: none;
}

a:hover {
	color: #8E5FC9;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px #5D3193 solid;
	color:#000;
	background-color:#FFFFFF;
}

p {
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font-size:30px;
	color: #ff7f00;
	font-weight: normal;
	border-color: #FF7F00;
	border-width: 0 0 2px 0;
	border-style: solid;
	margin: 25px 0 8px 0;
	padding: 5px 0;
}

h2 {
	font-size:16px;
	color: #ff7f00;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-color: #FF7F00;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.caja_contenido {
	width: 770px;
	text-align:left;
	margin: 0 auto;
	/*border: 1px #F00 solid;*/
}

#principal {
	float:right;
	width: 405px;
	margin: 15px 15px 0 0;
	padding: 12px 15px 30px 15px;
	background-color: #FFFFFF;
	background-image: url(../img/principal_cabecera.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-color: #ff7f00;
	border-width: 0 0 2px 0;
	border-style: solid;
}

.barra {
	float: left;
	width: 234px;
	margin: 23px 0px 0px 27px;
}

.barra .cabecera{
	width: 234px;
	height: 28px;
	background-image: url(../img/barra_cabecera.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.barra .cuerpo{
	background-image: url(../img/barra_fondo.gif);
	background-repeat: repeat;
	background-position: right top;
}

.barra .pie{
	background-image: url(../img/barra_pie.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
	background-color: #5D3193;
	margin: 0 0 15px 0;
	
}

.barra p{
	margin: 0;
	padding: 0;
}

#bajada {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	padding: 0 0 0 40px;
}

#logo {
	background-color: #5c3193;
}

#botonera {
	background-color: #542f83;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 0 2px 0;
	height: 26px;
}

#botonera ul, #botonera li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	font-size: 10px;
}

#botonera li{
	padding: 6px 26px 6px 0;
	margin: 0 15px 0 0;
}

#botonera a:link, #botonera a:visited, #botonera a:active{
	text-decoration: none;
	color: #FFFFFF;
}

#botonera a:hover{
	text-decoration: none;
	color: #FF7F00;
}

#botonera #home {
	background-image: url(../img/botonera/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#botonera #cv{
	background-image: url(../img/botonera/cv.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#botonera #espectaculos {
	background-image: url(../img/botonera/espectaculos.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#botonera #contacto{
	background-image: url(../img/botonera/contacto.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#pie {
	float:right;
	width: 420px;
	margin: 15px 15px 0 0;
}

#pie p{
	margin: 0;
	padding: 0;
}

#pie .botonera {
	color: #FFF;
}

#pie .botonera a:link, #pie .botonera a:active, #pie .botonera a:visited {
	color: #FFF;
	text-decoration: none;
}

#pie .botonera a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

#pie .copyright {
	color: #CCCCCC;
}

#pie .firma {
	color: #FF7F00;
	margin: 15px 0 10px 0;
	font-size: 10px;
}

#pie .firma a:link, #pie .firma a:visited, #pie .firma a:active{
	color: #FF7F00;
	text-decoration: none;
}

#pie .firma a:hover{
	text-decoration: underline;
}