@charset "utf-8";
#contenedor {
	width: 698px;
	text-align: left;
	margin: auto;
}
.cuadro {
	clear: both;
	width: 500px;
	margin-top: 15px;
}
#cuadros_todos {
	float: left;
	width: 500px;
}
#cuerpo_derecha {
	float: left;
	width: 140px;
	padding-left: 15px;
	padding-top: 15px;
	height: 880px;
}


.letra_clara {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#borde_tablas {
	border: 1px solid #898988;
}
#borde_tablas2 {
	border: 1px solid #898988;
}
#borde_tablas3 {
	border: 1px solid #898988;
}



#cabecera {
	clear: both;
	width: 698px;
	background-image: url(imagenes/bg_cabecera.png);
	height: 98px;
}
#logo {
	float: left;
	height: 47px;
	width: 236px;
	padding-top: 40px;
	padding-left: 25px;
}
#menu {
	float: left;
	margin-top: 66px;
	padding-left: 80px;
	width: 350px;
}
#pie {
	clear: both;
	text-align: center;
}

body {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-image: url(imagenes/bg_120424.png);
}
 #tabsB {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("imagenes/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("imagenes/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
#cuerpo {
	clear: both;
	width: 658px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	height: 950px;
	padding-right: 20px;
}
#borde_tablas4 {
	border: 1px solid #898988;
}
#borde_tablas5 {
	border: 1px solid #898988;
}
#borde_tablas6 {
	border: 1px solid #898988;
}
#borde_tablas7 {
	border: 1px solid #898988;
}

.letra_resaltada {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
#cuerpo_corto {
	clear: both;
	width: 663px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	height: 400px;
	padding-right: 15px;
}
#form_contacto {
	float: left;
	width: 300px;
	padding-left: 20px;
}
input {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-size: 12px;
}
textarea {
	font-size: 12px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#contacto_derecha {
	float: left;
	width: 280px;
	padding-left: 30px;
	padding-right: 20px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}