body{
	background-color: #d9202c;
	text-align: center;
	font-family: Arial;
        font-smooth: always;
}

hr{
    border: 1px solid #888;
}
#idiomas{
	color: #fff;
	text-align: right;
        font-size: 12px;
        display: none;
}

#idiomas .selected{
    font-weight: bold;
}

#idiomas a{
    text-decoration: none;
    color: #fff;
}

#idiomas a:hover{
    color: #000;
    cursor: pointer;
}

#cabecera{
	text-align: right;
}

#pie{
	color: #fff;
	font-size: 10px;
	border-bottom: 1px solid #fff;
	clear: both;
}

#pie p{
    padding: 4px;
}

#cabecera .menu{
	color: #888;
	font-size: 14px;
	font-weight: bolder;
}

#cabecera .menu a{
	color: #888;
	text-decoration: none;
}

#cabecera .menu a:hover{
	color: #000;
}

#cabecera .menu a.selected{
	color: #000;
}

#cuerpo-index{
	color: #d9202c;
	font-size: 40px;
	font-weight: bolder;
}

#claim{
    color: #000;
    font-size: 12px;
    width: 150px;
    font-weight: bolder;
}

#claim span{
    text-align: left;
    font-size: 10px;
}
.tabla-menu{
    height: 500px;
    width: 100%;
    text-align: center;
}

.tabla-submenu{
    width: 100%;
    font-size: 12px;
}

.tabla-submenu td{
    border-bottom: 1px solid #d9202c;
}

.tabla-submenu td a{
    color: #888;
    text-decoration: none;
    font-weight: bold;
}

.tabla-submenu td a:hover{
    color: #000;
}

.tabla-submenu td a.selected {
    color: #000;
}

.claim-td{
    vertical-align: bottom;
    text-align: center;
}
.menu-td{
    vertical-align: top;
    text-align: left;
}

#cuerpo-empresa{
    font-size: 10px;
    text-align: left;
}

.contenido-capa{
    margin: 10px;
    text-align: left;
    font-size: 12px;
}

.contenido-capa ul li{
    margin: 0px;
    list-style-image: url(../images/punto.jpg);
    text-align: left;
}

.contenido-capa table{
    width: 600px;
    font-size: 12px;
}

.contenido-capa table td{
    width: 50%;
    vertical-align: top;
}
#cuerpo-proyectos {
    font-size: 12px;
}

#botones-imagenes {
    float: right;
    font-size:14px;
    width: 80px;
}

#botones-imagenes a {
    text-decoration: none;
    color: #888;
}

/*#botones-imagenes a:hover {
    text-decoration: underline;
    float: right;
    display: table-cell;
    width: 70px;
    height: 17px;
    color: #000;
}
*/
#cuerpo-contacto{
    font-size: 12px;
}

#cuerpo-contacto a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#cuerpo-contacto a:hover{
    text-decoration: underline;
}

.contenido-capa table .valores td {
    width: 50px;
}
.img1 {
    width: 25px;
    height: 14px;
    background-image: url('../images/1n.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
   
}
.img1:hover {
    width: 25px;
    background-image: url('../images/1g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
}
.img1-sel {
    width: 25px;
    height: 14px;
    background-image: url('../images/1g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
    
}
.img2 {
    width: 25px;
    height: 14px;
    background-image: url('../images/2n.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
  
}
.img2:hover {
    width: 25px;
    background-image: url('../images/2g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
}
.img2-sel {
    width: 25px;
    height: 14px;
    background-image: url('../images/2g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;

}
.img3 {
    width: 25px;
    height: 14px;
    background-image: url('../images/3n.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;

}
.img3:hover {
    width: 25px;
    background-image: url('../images/3g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
}
.img3-sel {
    width: 25px;
    height: 14px;
    background-image: url('../images/3g.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: table-cell;
 
}
