/* __________________________________________________________________________ */
/*                                                                            */
/*                    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 ########################### */

/*Nuevos Estilos*/

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

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

h3 {
    font-weight:	normal;
    font-size:		18px;
    color:              #000000;
    margin:             0px;
}

h4 {
    font-weight:	normal;
    font-size:		17px;
    color:              #000000;
    margin:             0px;
}

h5 {
    font-weight:	normal;
    font-size:		16px;
    color:              #000000;
    margin:             0px;
}

h6 {
    font-weight:	normal;
    font-size:		15px;
    color:              #000000;
    margin:             0px;
}

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:			2px;
	color:			#AAAAAA;
	background-color:       #AAAAAA;
}

/* ######################## 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;
}
