/* 
    Document   : suscriptores
    Created on : 04-feb-2009, 17:46:29
    Author     : Jose Luis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#formSuscriptor{
	margin:1em 0em 0em 1em;
	width:86%;
	font-size:0.85em;
}
.formSuscriptorLabel {
	float:left;
	font-weight:bold;
	margin-bottom:1em;
	padding-bottom:1em;
	width:15%;
	color:#FFF;
    font-size:1.2em;
}

.formSuscriptorImput {
    border:0.1em solid #E2CA80;
    float:left;
    margin-bottom:1em;
    width:76%;
}

.textoSuscri {
    font-style:italic;
    font-weight:bold;
    margin:1.5em 0 1.5em 1em;
}

.formSuscriptorboton {
    background-color:#E2CA80;
    border:medium none;
    color:#000;
    cursor:pointer;
    font-size:1.2em;
    margin-top:0.3em;
    padding:0.15em 0.5em 0.3em;
}

#tablaSuscriptoresAdmin{
	margin:1.2em 2em;
    font-size:1.2em;
    font-weight:bold;
    color:#FFF;
}

#tablaSuscriptores{
	margin:1.5em 2em;
}
#tablaSuscriptores th{
	padding:0.3em;
	border-bottom:0.3em solid #BD392D;
}
#tablaSuscriptores td{
	padding:0.3em;
	border:0.3em solid white;
}

.contenedorSuscriptor {
    margin:2.5em 4em 0 2em;
}

.contenedorH1Suscriptor{
	height:2em;
}

.contenedorH1Suscriptor h1{
	color:#FFFFFF;
	font-weight:bold;
	padding:0.5em 1.1em;
    font-size:1.2em;
}
