@charset "utf-8";
html,body{
	margin:0;
	padding:0;

}

body{
	font: 70% Tahoma;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url('../imagenes/fondos/fondo_degradado.jpg');
	background-repeat: repeat-x;
}

.letra_peq{
	color: #3F4D59;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.negro{
	color: #000000;
}

.azul{
	color: #4381b8;
}

.azul_oscuro{
	color: #5a5a5a;
}

.marron{
	color: #524d4d;
}

.gris_footer_claro{
	color: #adb1a0;
}

.texto_style{
  	font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 10px;
}


.texto_sombra{
 text-shadow: 1px 1px 0 #DCF6F2;
}

.size_32{
	font-size: 32px;
}

.size_24{
	font-size: 24px;
}

.size_14{
	font-size: 14px;
}

.text_align_left{
	text-align: left;
}
.text_align_justify{
	text-align: justify;
}

.div_texto{
  	margin-left: 60px;
    width: 80%;
}

.negrita{
	font-weight: bold;
}

div#login a{
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #3290D0;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 7px;
    padding: 5px 10px;

}

div#cabecera{
	height: 60px;
	width: 100%;
	padding-top: 5px;
	float:left;
}

div#contenedor{
	float:left;
	width:100%;
	text-align: center; 
	margin-bottom:100px;
}

div#wrapper_register{
    float: left;
    margin-left: -280px;
    margin-top: 80px;
    width: 1024px;
}

div#wrapper_left{
    float: left;
    margin-top: 50px;
    position: relative;
    width: 50%;

}
div#wrapper_rigth{
    float: right;
    margin-top: 0px;
    position: relative;
    width: 50%;

}

div#header{
	position:relative;
	float:left;
	z-index:1100;
}

div#subHeader{
	width:100%;
	float:left;
}



div#menu-footer{
	width:1000px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu.png');
	background-repeat: repeat-x;
	float:left;
	font-size: 14px;
	font-style: normal;
	color: white;
	text-align: left;
	font-weight: bold;
}

div#menu-footer_izquierda{
	width:5px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu_izquierda.png');
	background-repeat: none;
	float:left;
}

div#menu-footer_derecha{
	width:5px;
	height: 35px;
	background-image: url('../imagenes/fondos/fondo_menu_derecha.png');
	background-repeat: none;
	float:left;
}

div#container{
	text-align:left;
	width:1020px;
	margin:0 auto;
}

div#container_cabecera{
	text-align:left;
	width:1020px;
	margin:0 auto;
}

div#container_cuerpo{
	text-align:left;
	width:100%;
	margin:0 auto;
	
}

div#content{
	float:left;
	width:100%;
	padding-top:10px;
	background-color: #e5e6e6;
	min-height: 335px;
	 border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

div#columnaCentralIzquierda{
	float:left;
	position:relative;
	width:185px;
	z-index: 1000;
}

div#columnaCentralCentro{
	margin: 0 auto;
	width:1020px;
	padding-left: 5px !important;
	padding-left:2px;
	min-height: 300px;
}

div#columnaCentralDerecha{
	float:right;
	position:relative;	
	width:185px;
}

div#footer{
	text-align:left;
	width:100%;
	margin:0 auto;
    background-color: #dce1cd;
    background-image: url("../imagenes/fondos/fondo_footer.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-top: 0;
    font-size: 0.9em;
    padding: 10px 0;
    position: relative;
    float:left;
	bottom: 0 !important;
	bottom: -1px;
		
}

div#top{	
	width:100%;
	float:left;
	position:relative;
	clear:both;
}

.principal{
	min-height: 500px	
}
