
/*GENERALES*/

html, body, #content {
		height: 100%; 		/* alto minimo para IE Windows */
		min-height: 100%; /* alto minimo FF y Safari */
		width: 100%;
		margin: 0;
		padding: 0;
}

html>body #content {
		height: auto; /* con este hack escondemos el min-height de IE*/
}

body {
    left: 50%;
    top: 50%; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 0.95em; /* 15px */
    vertical-align: top;
    margin:0px;
}

h1,h2,h3,h4{
	color: #344AAA;
	margin:0px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

p{
	margin:0;
}
li {
	color: #666666; /*#F1FE1A*/
}

li a{
	color: #888888;
}

a{
	color: #F4261B;
	font-size: 0.75em;	/* 11px */
	text-decoration: none;
}

a:hover { 
	text-decoration: underline 
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}

.espacio1 {
    height: 10px;
}

.espacio2 {
    height: 20px;
}

p a{
	color: #F4261B;
	font-size: 15px;
	text-decoration: none;
	
}

#content {
	/*min-height: 646px;*/
	/*width: 1024px;*/
	width: 100%;
	margin:auto;
	position: absolute;
}

/*IDIOMAS Y LOGO CABECERA*/

#lineaIdioma{
	/*width: 1024px;*/
	width: 100%;
	height: 25px;
}

.fondo {
  position: absolute;
  z-index: -1;
}

#contentDivMenuIdioma{
	width: 85px; 
	height: 25px;
	float: right;
	margin-right: 10%;
}

#contentDivLogo {
  	height:85px;
  	padding-bottom: 5px;
  	/*padding-top: 30px;*/
}

#contentDivLogo img{
		/*ancho logo = 166px*/
		display: block !important;
   	padding-bottom: 2px;
   	margin: auto !important;
   	border:none;
}

#contentDivMenu {
    /*width: 1024px;*/
    width: 100%;
    text-align: center;
}

#contentDivMenuPie {
    /*width: 1024px;*/
    text-align: center;
    position: absolute;
		bottom: 0;
		width: 100%;
		/*height: 26px;
		margin: 0;
		padding:0;*/
}

#contentDivMainCuerpo {
  	height:auto;
  	width: 100%;
}

#contentDivRelleno {
	height:100%;
}
#contentDivMainCuerpoInicioTexto a.imprimir {
	background:url('../img/ico-imprimir.gif') no-repeat;
	float:left;
	padding-top:2.2em;
	font-size:xx-small;
	border:0;
	line-height:0.8em;
	margin:0;
}

#contentDivMainCuerpoInicioTexto {
    /*margin-left: 160px;*/
    /*padding-top: 20px;*/
  	/*height:auto;*/
/*    width: 80%;
    margin-left: 10%;*/
}

#contentDivMainCuerpoInicioTextoLeft {
		float: left;
		margin-left: 10%;
    padding-top: 20px;
  	height:auto;
    width: 35%;
}

#contentDivMainCuerpoInicioTextoRight {
		float: right;
    margin-right: 10%;
    padding-top: 20px;
  	height:auto;
    width: 35%;
}

/*#contentDivMainCuerpoTexto {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
    width: 924px;
  	height:auto;
}*/

#contentDivMainCuerpoTexto img{
    padding-left: 10px;
    padding-right: 10px;
    /*padding-bottom: 5px;*/
    display: block;
   	margin: auto;
}

#contentDivMainCuerpoTexto a{
	color: #999999;
}

#contentDivMainCuerpoTexto a:hover{
	color: #333333;
}
.cdotted {
  	border-bottom: 1px dotted #000;
  	height: 5px;
}

/*FLXS*/

.flxVideo{
	float:right;
	padding:5px;
}

#textoEnlaceFlx0 {
	float:left;
	width:300px;
}

#textoEnlaceFlx1 {
	float:right;
	/*border: 1px solid #CCCCCC;*/
}

/*FORMULARIO*/

#formContacto {
	/*float:left;*/
	/*text-align: left;*/
	width: 60%;
  margin-left: 20%;
}

#formContacto h2{
	font-size: 1em;
	color: #000000;
	margin-top:12px;
}

/*#formContacto input{
	color: #333333;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1em;
	width: 100%;
	border: 1px solid #CCCCCC;
}*/

#formContacto input.text,textarea, select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #333333;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 1em;
	width: 100%;
	border: 1px solid #CCCCCC;
}

#formContacto input.checkbox,input.radio {
		margin-top:10px;
		margin-left:5px;
}

label {
    display: block;
}*/

#register {
	float: center;
	width: 100%;
}

#register input.submit {
	background: transparent;
	text-align: center;
	width: 100%;
	font-size: 13;
	color: #999999;
	border:none;
	font-weight: bolder;
}

/*	ALINEACION DE IMAGENES	*/

	.alineacion_centered {
   display: block !important;
   padding-bottom: 2px;
   margin: auto !important;
   border:none;	
	}
	
	.alineacion_left {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
	}
	
	.alineacion_right {
   	float: right;
   	padding-left: 5px;
   	padding-bottom: 2px;
	}

	.normalist li{
		color: #F4261B;
	}
		
	.normalist li a{
		color: #F4261B;
		
		font-size: 1em;
	}
	
#flotante{
	position: absolute;
	z-index: 1;	
	color: #F4261B;
}
