
/*ESTILOS AGREGADOS PARA MEJORAR LA ESTÉTICA */
body {
    color: #5B5A5A;
    font-family: Arial;
    font-size: 12px;
}
a {
    color: #2380DC;
    text-decoration: none;
}
table {
    border: 0 none;
    margin: 10px auto;
    max-width: 700px;
}
table tr td {
    padding: 5px;
    vertical-align: top;
	font-size: 15px !important;
}
/*#content {
    background-color: #FFFFFF;
    border-bottom: 1px solid #4B4A49;
    border-left: 1px solid #4B4A49;
    border-right: 1px solid #4B4A49;
    margin: 0 auto;
    width: 1000px;
}*/
.cabecera {
    min-height: 100px;
    width: 100%;
}
.botonera_superior {
    background-image: url("http://www.uca.edu.ar/uca/templates/uca-site/images/fondo-botonera-superior.jpg");
    background-repeat: repeat-x;
    height: 50px;
    text-align: center;
    width: 1000px;
}
.botonera_superior a {
    color: white;
    float: left;
    height: 23px;
    padding-bottom: 4px;
    padding-top: 7px;
    text-decoration: none;
    width: 100%;
}
.boton_superior {
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    text-align: center;
    width: 145px;
}
.spacer_botones {
    background-color: #83A1C4;
    float: left;
    height: 13px;
    margin: 10px 0 12px;
    width: 1px;
}
.boton_seleccionado {
    background-image: url("http://www.uca.edu.ar/uca/templates/uca-site/images/fondo-seleccionado.jpg");
    background-repeat: repeat-x;
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    width: 145px;
}

.pie {
    background-color: #223C6F;
    background-image: url("http://www.uca.edu.ar/uca/images/site/fondo-pie.jpg");
    background-repeat: repeat-x;
    border-top: 2px solid #215786;
    /*min-height: 193px;*/
	min-height:83px;
    width: 1000px;
}
.contenido-pie {
    color: #BFBFBF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 5px;
}
.columna-pie {
    float: left;
    margin-left: 20px;
}
.titulo-pie {
    background-image: url("http://www.uca.edu.ar/uca/images/barra-titulo-pie.png");
    background-repeat: no-repeat;
    height: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
}
.columna-pie p {
    font-size: 11px;
    margin: 0;
    padding: 1px 10px;
}
.columna-pie a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
.linea-pie {
    border-bottom: 1px solid #BFBFBF;
    margin: 10px 50px;
}
.pie-bajo {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

#accordion a{
	color: #2380DC !important;
    text-decoration: none !important;
}

#accordion a:hover{
	text-decoration: underline !important;
}