
/*ESTRUCTURA GENERAL*/

html, body{
		height: 100%; 	
		min-height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 15px;
    vertical-align: top;
}

#contenedor {
		position: absolute;
		width:100%; 
		height:100%;
		min-height: 100%;
}

#cabecera {
		margin: 0 auto;
		text-align: center;
}

#menuIdioma{
	float: right;
	width: 55px;
	margin-right: 10%;
}

#logo {
  	height:85px;
  	padding-bottom: 15px;
}

#logo img{
		display: block !important;
   	padding-bottom: 2px;
   	margin: auto !important;
   	border:none;
}

#menuPrincipal{

}

#cuerpo {
		/*clear:both;*/
		/*overflow:hidden;
		position: relative;
		border: dotted 1px #000;*/
/*		height:80%;
		min-height: 80%;*/
}

#pie {
		/*overflow:hidden;
		position: relative;
		text-align: center;
		width: 100%;
		bottom: 0;*/
}

#menuPie {
		overflow:hidden;
		position: relative;
		text-align: center;
		width: 100%;
		/*bottom: 0;*/
}

/* FORMATO GENERAL */


h1,h2,h3,h4,h5,h6{
	color: #C14945;
	margin:0px;
}

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

li a{
	color: #888888;
}

a{
	color: #F4261B;
	font-size: 10px;
	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: 10px;
	text-decoration: none;
	
}

p a:hover { 
	font-weight: bolder;
	/*text-decoration: underline */
}


/*IDIOMAS Y LOGO CABECERA*/


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


.cdotted {
  	border-bottom: 1px dotted #000;
  	height: 5px;
}

/*FORMULARIO*/

#formContacto {
	width: 60%;
  margin-left: 20%;
}

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

#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;
	}