/*Tag general*/
html, body{
border: 0px;
margin: 0px;
padding: 0px;
background-color: #222222;
font-family: arial,serif;
background-image: url("../img/fondos/fondo1.jpg");
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
color: #ffffff;
}


/*Tags de maquetacion*/
#contendor{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
width: 900px;
}

#banner{
position: relative;
background-image: url("../img/banner02.png");
background-position: top;
background-repeat: no-repeat;
height: 200px;
width: 900px;
clear: both;
}

#menu{
position: relative;
text-align: center;
background-image: url("../img/menu.png");
background-position: top;
background-repeat: no-repeat;
height: 40px;
width: 900px;
margin-top: 10px;
margin-bottom: 10px;
clear: both;
}

#contenido{
position: relative;
width: 900px;
background-image: url("../img/relleno.png");
background-position: top;
background-repeat: repeat-y;
overflow: auto;
}

#cabeza{
position: relative;
height: 40px;
width: 900px;
background-image: url("../img/superior.png");
background-position: top;
background-repeat: no-repeat;
clear: both;
}

#pie{
position: relative;
height: 40px;
width: 900px;
color: #ffffff;
font-size: 12px;
background-image: url("../img/inferior.png");
background-position: bottom;
background-repeat: no-repeat;
text-align: center;
clear: both;
}


/*Tags del Menu*/
a.menuLink{
font-family: arial, serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a.menuLink:hover{
color: #00ff00;
text-decoration: none;
}

a.menuLink:active{
color: #00ff00;
text-decoration: none;
}

p.menuAlign{
margin-top:0px;
padding-top: 10px;
}


/*Tags de formato*/
#texto1{
position: relative;
width: 510px;
color: #ffffff;
text-align: justify;
padding-right: 40px;
float:right;
}

#fotos{
width: 264px;
position: relative;
padding-left: 40px;
float: left;
}

#player{
width: 730px;
margin-right: auto;
margin-left: auto;
}

div.integrantes{
width: 820px;
margin-right: auto;
margin-left: auto;
}


div.fotosorg{
width: 550px;
margin-right: auto;
margin-left: auto;
}

img.fotosInt{
float: left;
}

p.texto2{
position: relative;
width: 550px;
color: #ffffff;
text-align: justify;
float:right;
margin-top: 0px;
padding-top: 0px;
}


img.fotosGaleria{
border: 0px;
}

p.texto3{
position: relative;
width: 820px;
color: #ffffff;
text-align: justify;
margin-top: 0px;
padding-top: 0px;
margin-right: auto;
margin-left: auto;
}

/*Tags de navegacion*/
.paginacion{
text-align: center;
font-weight: bold;
}

a.navs{
color: #ffffff;
font-weight: normal;
}

a.navs:hover{
color: #00ff00;
font-weight: normal;
}

/*Tags del formulario*/
div.formSuper{
background-image: url("../img/cont-super.png");
background-position: top;
background-repeat: no-repeat;
width: 450px;
height: 20px;
margin-right: auto;
margin-left: auto;
}

div.formInfe{
background-image: url("../img/cont-infe.png");
background-position: bottom;
background-repeat: no-repeat;
width: 450px;
height: 20px;
margin-right: auto;
margin-left: auto;
}


div.backFormulario{
background-image: url("../img/cont-relleno.png");
background-position: top;
background-repeat: repeat-y;
width: 450px;
margin-right: auto;
margin-left: auto;
overflow: auto;
}

div#formulario{
width: 405px;
margin-right: auto;
margin-left: auto;
color: #ffffff;
}

input.rellenar{
width: 400px;
color: #ffffff;
background-color: transparent;
}

input#antispam{
width: 150px;
color: #ffffff;
background-color: transparent;
}

input.noinput{
width: 100px;
color: #ffffff;
background-color: transparent;
float:right;
}

textarea.rellenar{
width: 400px;
color: #ffffff;
background-color: transparent;
}

/*estilo foro*/
div.comentariosHeader{
background-image: url("../img/foro-superior.png");
background-position: top;
background-repeat: no-repeat;
width: 600px;
height: 20px;
margin-left:auto;
margin-right: auto;
}

div.comentariosMain{
background-image: url("../img/foro-relleno.png");
background-position: top;
background-repeat: repeat-y;
width: 600px;
margin-left:auto;
margin-right: auto;
overflow: auto;
}

div.comentariosFooter{
background-image: url("../img/foro-inferior.png");
background-position: bottom;
background-repeat: no-repeat;
width: 600px;
height: 20px;
margin-left:auto;
margin-right: auto;
}

p.comentariosOrden{
text-align: justify;
padding-left: 30px;
padding-right: 30px;
}




