
/*TIPOS DE TEXTO*/

.texto1 {
	color: #8a1e04;
}
.texto2 {
	color: #8a1e04;
}
.texto3 {
	color: #D98C40;
}
.texto4 {
	color: #545454;
}
.texto5 {
	color: #8a1e04;
	font-size:1.2em;
}
.texto6 {
	color: #8a1e04;
	font-size:1.2em;
}
.texto7 {
	color: #D98C40;
	font-size:1.2em;
}
.texto8 {
	color: #545454;
	font-size:1.2em;
}

/*ESTILOS ADICIONALES*/
.texto2 > a  {
    background-image: url(../imagenes/comu.png);
    background-color: transparent;
    background-size: 16px 14px;
    text-align:right;
    padding-left:20px;
    background-repeat: no-repeat;
}

.menuCalen{
    margin-top: 1px;
    border-right: transparent !important;
    color: #595959; font-size: 0.9em; font-weight:normal
}

#zonaHeaderB {
    padding-bottom: 1px !important;
}

.calenDiv{
    padding-top:1px;
    padding-bottom:4px;
}
#menuIconosCal{
    padding: 0 20px 0 0!important;
    background-image: url("info/institucional/media/galeria55620.png");
    background-position: right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.calenDiv:hover{
    color: #fff;
}
#menuIconosCal:hover{
    padding: 0 20px 0 0!important;
    background-image: url("info/institucional/media/galeria55611.png");
    background-position: right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    border: 1px solid #a12c2c;
    border-radius: 5px;
    background-color: #a12c2c;
}
/*BOTONES*/

.boton_tipo1 {
	border: 1px solid #034545;
	border-radius: 3px;
	color:#fff !important;
	padding:4px 6px;
	background: #006766 url(../imagenes/buttonForm.jpg) repeat-x left top;
	text-decoration:none !important;
}
.boton_tipo1:hover {
	background: #00817f url(../imagenes/buttonForm_hover.jpg) repeat-x left top;
	color:#fff;
}

.boton_tipo2 {
	background:#AD3333;
	color:#fff !important;
	font-size:0.9em;
	text-decoration:none !important;
	border: 1px solid #a12c2c;
	border-radius: 3px;
	padding:3px 5px;
}
.boton_tipo2:hover {
	background:#d02626;
	color:#fff;
}

.boton_tipo3{
	background: #f3f3f3 url(../imagenes/btnMenu.gif) left top repeat-x;
	padding:6px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	text-decoration:none !important;
	font-weight:bold;
}
.boton_tipo3:hover {
	background: #fff url(../imagenes/btnMenu.gif) left -15px repeat-x;
}
.boton_tipo3:visited {
	color:#AD3333 !important;
}

/*TABLAS*/

.tabla_nuevoGris th {
	background-color: #58585a;
text-align: center;
color: #FFFFFF;
padding: 5px;
font-weight: bold;
}

.tabla_nuevoGris td {
	background-color: #eeeeee;
}

.tabla_celdaNuevoGris {
	background-color: #58585a !important;
	color: #FFF !important;
	font-weight: bold !important;
	text-align: center;
}

.tabla_celdaVerde th {
	background:#006666;
	color:#fff;
	font-size:0.9em;
}
.tabla_celdaGris1 th {
	background:#f6f6f6;
	font-size:0.9em;
}
.tabla_celdaGris2 th {
	background:#eeeeee;
	font-size:0.9em;
}
.tabla_celdaRojo th {
	background:#ae3335;
	color:#fff;
	font-size:0.9em;
}
.tabla_celdaRojo2 th {
	background:#fdf4f4;
	font-size:0.9em;
}
.tabla_celdaNaranja th {
	background:#e87c02;
	color:#fff;
	font-size:0.9em;
}
.tabla_celdaNaranja2 th  {
	background:#fefce8;
	font-size:0.9em;
}




