/* __________________________________________________________________________ */
/*                                                                            */
/*                    CSS DE REDIFINICION DE ELEMENTOS HTML                   */
/*                 Estilos redefinidos para los elementos html                */
/* __________________________________________________________________________ */


/* ######################### Elementos contenedores ######################### */

body {
    background:   	#E6E6E6;
    padding:		0px;
    margin:		0px;
    
    font-family:	Arial;
    font-size:		13px;
    text-align:	  	center;
    color:		#72726E;
}

div {
    text-align:		left;
}

p {
    font-size:          12px;
    color:              #000000;
    line-height:        20px;
    margin:             20px 0px;
    text-align:         justify;
}

/* ########################### Elementos de texto ########################### */

h1, h2, h3, h4, h5 {
    font-family:        Arial;
    font-weight:        bold;
    padding:            0px;
}

h1 {
    font-weight:	normal;
    font-size:		20px;
    color:              #000000;
    margin:             0px;
}

h2 {
    font-size:		14px;
    color:              #000000;
}

h3 {
    font-size:		13px;
    color:		#3A749E;    
}

/*h1 {
    font-size:		28px;
    color:		#FFFFFF;
    font-weight:        normal;
}

h2 {
    font-weight:	normal;
    font-size:		20px;
    color:              #000000;
    margin:             0px;
}

h3 {
    font-size:		14px;
    color: #000000;
}
*/

h4 {
    font-size:		13px;
    color:		#3A749E;    
}

h5 {
    font-size:		12px;
    color:		#3A749E;    
}

h2 a {
    color:              #000000;
    padding:            0px;
    font-weight:        inherit;
    text-decoration:    none;
    background:         none;
}

span {
    font-family:	Arial;
    font-weight:	normal;
}


a {
    color:                  #0078AE;
    text-decoration:        underline;
}



/* ########################### Elementos visuales ########################### */

img {
    border:		none;
    vertical-align:	middle;	
}

hr {
	border:			0;	
	height:			1px;
	color:			 #830A0D;
	background-color:  #830A0D;
}

/* ######################## Elementos de formulario ######################### */

/*input {
    border:		1px solid #B7B7B7;
    background:		#FFFFFF;
}*/

label {
    padding:                2px 5px;
    /*float:                  left;*/
}

form input {
    font-size:              9px;
    margin:                 2px;
    padding:                0px;
    display:                block;
    float:                  left;
    height:                 16px;
}

form select {    
    width:                  200px;
    font-size:              9px;
    float:                  left;
    margin:                 2px;
}
