@charset "utf-8";
/* CSS Document */
BODY {
	font : 10pt Verdana;
	color : #000000;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align: center;
	background-color: #000000;
	background-image: url(../imagenes/fondo.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #000000;
}

A:HOVER {
	color: #ff6600;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #F4BA2B;
}
A.enlacenav:HOVER{
	color: #ffffff;
}

INPUT {	
	font-size : 8pt;
}
H1{
	font-size: 12pt;
}
H2{
	font-size: 10pt;
}

#borde{
	border-left : 2px solid #000000;
	border-right : 2px solid #000000;
	width: 740px;
	text-align: left;
	margin: auto;
}

#contenedor{
	text-align: left;
	width: 740px;
	margin: auto;
	background-color : #ffffff;
}

#cabecera{
	height : 120px;
	width: 740px;
}

#cabecera_interna{
	background: transparent url(../imagenes/cabecera.jpg) no-repeat;
	height : 200px;
	width: 740px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#cabecera h1 { 	
	margin : 0px 0px 0px 0px;
}
#cabecera h1 span {
	display:none;
}

#navegador{
	background: transparent url(../imagenes/barranav.jpg) no-repeat;
	height : 29px;
	width: 740px;
	
	background-color: #F4BA2B;
}
#navegador p{
	padding: 8px 3px 1px 10px;
	margin : 0px 0px 0px 0px;
}

#cuerpo{
	width: 730px;
	padding: 5px 5px 5px 5px;
	float:right;
	background: transparent url(../imagenes/decora_trans.jpg) repeat-y bottom right;	
}

#fbuscar{}

#campotexto{
	float: left;
}
#campotexto input{
	width:100px;
}
#fbuscar form{
	margin-bottom : 0px;
	margin-top : 0px;
}
#botonbuscar {
	padding-top : 3px;
	padding-left: 106px;
}
#botonbuscar input{
	border : 0px none;
}
.radio{
	clear : both;
}

#lateral{
	width: 200px;
	float:left;
	margin-top: 3px;
}

#registro{
	
}

#otras{
	
}

.cuerpolateral{
	background-color: #cccccc;
	padding: 5px 4px 13px 10px;
	margin-bottom: 15px;
}

.titlat{
	color:#ffffff;
	font-size:8pt;
	ext-transform : uppercase;
	padding: 7px 3px 7px 8px;
	margin: 20px 0px 0px 0px;
	font-weight : normal;
	letter-spacing : 2px;
	background: #000000 url(../imagenes/titlat3.jpg) no-repeat bottom right;	
}

#pie{
	clear : both;
	color : #cccccc;
	text-align : center;
	margin : 0px 0px 0px 0px;
	padding-bottom:10px;
	background: transparent url(../imagenes/decora_trans.jpg) repeat-y bottom right;
}


.titulos {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	background: #cccccc;	
	}
	
.pequenos {
	font-family: "Verdana";
	font-size: 10px;
	color: #000000;
	}
	
.separador {
	font-family: "Verdana";
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;	
	}

div#botonfc, a#botonfc{height: 55px; width: 186px;}
div#botonfc{background: url("../btns/fc2.jpg");}
a#botonfc{display: block; background: url("../btns/fc1.jpg");}
a#botonfc:hover{background: transparent;}

div#botondemo, a#botondemo{height: 55px; width: 186px;}
div#botondemo{background: url("../btns/demo2.jpg");}
a#botondemo{display: block; background: url("../btns/demo1.gif");}
a#botondemo:hover{background: transparent;}

div#botonvolver, a#botonvolver{height: 15px; width: 51px;}
div#botonvolver{background: url("../imagenes/volver2.gif");}
a#botonvolver{display: block; background: url("../imagenes/volver1.gif");}
a#botonvolver:hover{background: transparent;}