@charset "utf-8";
.orillaIzq {
	background-image: url(/imagenes/latIzq.png);
	background-repeat: repeat-y;
}
.orillaDer {
	background-image: url(/imagenes/latDer.png);
	background-repeat: repeat-y;
}
.loog {
	text-align: center;
}
.menuSupIzq {
	background-image: url(/imagenes/menu_supIzq.jpg);
	background-repeat: repeat-x;
}
.MenuLatSup {
	background-image: url(/imagenes/menu_latSup.jpg);
	background-repeat: no-repeat;
	background-color: #181634;
}
.MenuLatInf {
	background-color: #181634;
}

.menuSupDer {
	background-image: url(/imagenes/menu_supDer.jpg);
	background-repeat: repeat-x;
}
.MenuLatInf a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.menuSupDer table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	margin: 20px;
	width: 100%;
	padding: 25px;
	list-style-type: circle;
}
.contenido p {
	font-size: 14px;
	font-weight: bold;
	color: #006;
}
.PiePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.tituloTabla {
	font-weight: bold;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px;
}
.contenidoTabla {
	text-align: justify;
	padding: 10px;
	vertical-align: top;
}
.enlaceContenido {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.contacto {
	text-align: center;
	vertical-align: top;
}


/* CSS Formulario */
@charset "utf-8";


#form {
    width:450px;
    margin:auto;
    background-color:#006699;
    border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#form legend{
    font-weight:bold;
    font-size:12px;
	
    color:#FFFFFF;
    background-color:#000000;
    padding:3px 8px 3px 8px;
}
#form ol{
    list-style:none;
}
#form ol li{
    padding-bottom:5px;
}
#form ol li label{
    width:120px;
    float:left;
    text-align:left;
    color:#FFFFFF;
}
#form input[type=text] {
    border:none;
    background-image:url(f1.jpg);
    background-repeat:no-repeat;    
    background-color:#006699;
    height:30px;
    width:254px;
}
#form input.btn {
    padding:3px;
    color:#FFFFFF;
    background-color:#003366;
    border:1px solid #000000;
}