/*
-----------------------------------------------
LAURACHARLIE Styles
Author:   Punto y Pixel
Version:  Mayo 2007
----------------------------------------------- */
                 
/* Estructura de la página
----------------------------------------------- */

html{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: Black;
	height: 100%;
}
#contenedor{
	width: 760px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -380px;

}
#cabecera{
	background: Black url(../media/cabecera-fondo.gif) no-repeat;
	height: 135px;
	width: 760px;
}

#contenido{
	width: 550px;
	float: right;
	padding: 5px;
}
#menu_izda{
	clear: both;
	width: 180px;
	float: left;
}

#abajo{
	clear: both;
	background: url(../media/abajo-izda.gif)  no-repeat;
	position: absolute;
	bottom: 24px;
	float: left;
	height: 107px;
	width: 250px;
}
#nonFooter
{
position: relative;
min-height: 100%;
height: 100%;
}


#footer
{
	clear: both;
	background: #BD1C41 url(../media/pie.jpg) repeat-x center;
	font: Arial, Helvetica, sans-serif 11px;
	color: white;
	height: 24px;
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
	top: 97%;
}
#footer a, #footer a:link {color: white;}

/*  Navegación
----------------------------------------------- */

/* MENU IZDA*/

#menu_izda ul{
	padding: 0px;
	list-style: none;
	text-align: right;
	color: #ECECEC;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
#menu_izda ul a{
	color: #4F2626;
}
#menu_izda ul a:hover{
	text-decoration: none;
	color: #ECECEC;
}
#menu_izda ul li{
	margin: 0;
	padding: 2px;
	list-style: none;
}

#menu_izda .submenu{	
	margin-right: 10px;
	color: #ECECEC; 
	font-weight: bold;
}
#menu_izda .submenu a, a:link, a:visited{	color:#560D1D;}
#menu_izda .submenu a:hover{
	text-decoration: none;
	color: #ECECEC;
}

/* MENU IDIOMAS*/

#idiomas{
	margin-top: 0px;
	float: left;
}

#idiomas ul, #idiomas ul li{	
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#castellano a {
	background: url(../media/castellano-off.gif) no-repeat;
	display: block;
	height: 30px;
	width: 95px;
}
#castellano a:hover{	
	background: url(../media/castellano-on.gif) no-repeat ;
}
#italiano a {
	background: url(../media/italiano-off.gif) no-repeat;
	display: block;
	height: 30px;
	width: 76px;
}
#italiano a:hover{	
	background: url(../media/italiano-on.gif) no-repeat ;
}
#ingles a {
	background: url(../media/ingles-off.gif) no-repeat;
	display: block;
	height: 30px;
	width: 73px;
}
#ingles a:hover{	
	background: url(../media/ingles-on.gif) no-repeat ;
}

/* Generales, titulos, enlaces
----------------------------------------------------*/

body{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1{
	font: 2.4em "Trebuchet MS";
	color: #BD1C41;
	text-align: right;
}

h2{
	font: bold 1.8em "Trebuchet MS";
	color: White;
	text-align: right;
}
a img {border: none;}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #BD1C41;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #BD1C41;
}
a:hover{
	text-decoration: underline;
	color: #F1A1B3;
}
p {
	text-align: justify;
	padding: 5px;
}

/* Listas
----------------------------------------------------*/

ul, li{
	list-style: circle;
	padding: 3px;
	margin-left: 20px;
}

#index ul, li {
	list-style: none;
}


/*  Tablas
----------------------------------------------------*/ 

/*  Formularios
----------------------------------------------------*/
form{
	display: inline;
	margin: 1em;
}
fieldset {
	margin-top: 1.7em;
	margin-bottom: 0.3em;
	border: 0px;
	padding: 0.2em;
}
legend {
	text-align: left;
	padding: 0.1em 0.5em;
	font-weight: bold;	
	color: #C30044;
	margin-bottom: 0.5em;
}
label {	
	font-weight: bold;
	color: #C30044;
  	float: left;
  	width: 15em;
  	text-align: right;
  	margin-top: 0.3em;
}
input,select,textarea {
	border: 1px solid #3F3F3F;
	background-color: #000;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	color: #FFF;
}
.botones {
	clear: both;
	text-align:center;
	width: 100%;
	margin: 3%;
	border: hidden;
} 
.botones input {
	border: 1px solid #3F3F3F;
	background-color: #3F3F3F;
	color: White;
}
/*----- Validación formularios -----*/
input.error, select.error { border: 1px solid #FF0000; }
.errFld {
	border: 1px solid #F00;
}
.errMsg {	
	color: #FF0000 !important;
	display: inline;
}
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}
/*  Imagenes
----------------------------------------------------*/
a img {	border: none; }
img.derecha, img.right, img.izquierda, img.left, img.block{
	margin: 5px;
	padding: 3px;
	border: 1px solid #cccccc;
}
img.izquierda, img.left{	float: left; }
img.derecha, img.right{ float: right; }
/*  Imagenes
----------------------------------------------------*/
/*  Secciones
----------------------------------------------------*/

/* Para el index
-----------------------------*/
#index{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0px 0px -150px;
	width: 300px;
	height: 300px;
}
p.entrar{
	font-size: 1em;
	color: #FF0066;
}


/*  Varios
----------------------------------------------------*/

.pad-micro { padding: 0.1% 0.3% 0.1% 0.3%; }
.pad-small { padding: 0.3% 1% 0.3% 1%; }
.pad-medium { padding: 1% 2% 1% 2%; }
.pad-big { padding: 2% 5% 2% 5%; }

.inline{ display: inline;}
.Fright{ float: right; }
.Fleft{ float: left; }
.limpiar { clear: both; }
.right{ text-align: right; }
.left{ text-align: left; }
.center{ text-align: center; margin: 0 auto; }
.justify{ text-align: justify; }

.correcto  { color: #009900; font-weight: bold;}
a.correcto:link, a.correcto:visited { color: #009900; }
a.correcto:hover { text-decoration: underline }

.error  { color: #FF0000; font-weight: bold;}
a.error:link, a.error:visited { color: #FF0000; }
a.error:hover { text-decoration: underline }

#fijo{
	height: 600px;
}
#creditos{
	margin: 10px 20px 10px 20px;
}