/* PROPIEDADES GENERALES */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


	
@font-face {
  font-family: 'Raleway-Regular';
  src: url('Raleway-Regular.eot');
  src: url('Raleway-Regular.woff') format('woff'),
       url('Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
    font-family: Big;
    src: url('big_noodle_titling.eot');
	src: url('big_noodle_titling.woff') format('woff'),
         url('big_noodle_titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.textoNormal16 {
	color: #000000;
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.textoTitulo1 {
	color: #000000;
	font-size: 22px;
	text-align: left;
}
.textoTitulo2 {
	color: #000000;
	font-size: 26px;
	text-align: left;
}


.textoNormal22 {
	color: #000000;
	font-family: Raleway-Regular;
	font-size: 22px;
	line-height: 24px;
	text-align: justify;
}


.textoNormal14 {
	color: #000000;
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}


.textoNormal12 {
	color: #111111;
	font-family: Raleway-Regular;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	
}
.textoNormal12blanco {
	color: #33FFFF;
	font-family: Raleway-Regular;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}


a:hover
{
	color: #00F
}


#menu {
	background: #fff;
	width: 880px;
	position: relative;
	z-index: 0;
	float: left;
	text-align: right;
	/*margin: 22px auto;*/
	float: right;
	top: 0px;
	font-family: 'Oswald', sans-serif;
	height: 30px;
	font-size: 16px;
	overflow: visible;
}


#menu ul {
	list-style-type: none;
}

#menu ul li {
	/* [disabled]width: 140px; */
	float: right;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 5px;
	position: relative;
}

#menu ul li ul li a {
	/* [disabled]width: 140px; */
	padding: 5px 0px;
	/* [disabled]display: block; */
}

#menu ul li ul {
	/* [disabled]display: none; */
}


#menu ul li.nivel1 {
	float: left;
	margin-right: 0px;
}

#menu ul li a.nivel1{
	display: block;
	position: relative;
}


/* PROPIEDAD HOVER */

#menu ul li:hover {
	position: relative;
}

#menu ul li a:hover{
	color: #FFF;
	position: relative;
	background: #000000;
	height: 30px;
}
#menu ul li:hover a.nivel1 {
	position: relative;
}	

#menu ul li:hover  ul.nivel2, #menu ul li a:hover  ul.nivel2{
	display: block;
	position: absolute;
	left: 0px;
	background: rgba(0,0,0,0.5);
}

#menu ul li ul li a:hover {
	position: relative;
}







#menuLateral {
	background: #fff;
	width: 260px;
	position: relative;
	z-index: 0;
	float: left;
	text-align: right;
	/*margin: 22px auto;*/
	float: left;
	top: 0px;
	font-family: 'Oswald', sans-serif;
	height: 30px;
	font-size: 16px;
	overflow: visible;
}

#menuLateral ul {
	list-style-type: none;
}

#menuLateral ul li {
	width: 260px;
	float: left;
}

#menuLateral ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 5px;
	position: relative;
}

#menuLateral ul li ul li a {
	width: 260px;
	padding: 5px 0px;
	/* [disabled]display: block; */
}

#menuLateral ul li ul {
	/* [disabled]display: none; */
}


#menuLateral ul li.nivel1 {
	float: right;
	margin-right: 0px;
}

#menuLateral ul li a.nivel1{
	display: block;
	position: relative;
}


/* PROPIEDAD HOVER */

#menu ul li:hover {
	position: relative;
}

#menuLateral ul li a:hover{
	color: #FFF;
	position: relative;
	background: #000000;
	height: 30px;
}
#menuLateral ul li:hover a.nivel1 {
	position: relative;
}	

#menuLateral ul li:hover  ul.nivel2, #menu ul li a:hover  ul.nivel2{
	display: block;
	position: absolute;
	left: 0px;
	background: rgba(0,0,0,0.5);
}

#menuLateralul li ul li a:hover {
	position: relative;
}
















article {
	background:rgba(255,255,255,1);
	padding:10px;
	margin:50;
	color:#333; /*color del texto*/
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.25); /*sombra paralela h v blur expansion*/
}

article h2 {
	color:#009fb6;
	font-family: Big;
	font-size: 30px;
}
article h3 {
	color:#063;
	font-family: Big;
	font-size: 26px;
}

article sbtitulo {
	color:#3ab0fe;
	font-family: Big;
	font-size: 30px;
	text-shadow: 2px 2px 2px #000000;
}
 
article hr {
	background:#888888;
	height:1px;
	border:none;
}
 
article p {
	line-height: 25px;
	font-family: Raleway-Regular;
	color: #222222;
	font-size: 18px;
}
article p mini {
	line-height: 20px;
	font-family: Raleway-Regular;
	color: #222222;
	font-size: 16px;
}
article p rojo {
	line-height: 20px;
	font-family: Raleway-Regular;
	color: #ff0000;
	font-size: 18px;
}
article p verde {
	line-height: 20px;
	font-family: Raleway-Regular;
	color: #090;
	font-size: 18px;
}


article p minimini {
	line-height: 20px;
	font-family: Raleway-Regular;
	color: #222222;
	font-size: 14px;
}


article p ital {
	line-height: 25px;
	font-style: italic;
}
article p negr {
	line-height: 25px;
	font-weight: bold;
	color: #09F;
}

article opinion {
	font-family: Raleway-Regular;
	font-size: 16px;
	font-style: italic;
	color: #000;
}






 
article h2, article p, article hr {
	margin-bottom: 20px;
}


.leermas{
	display: block;
	background: #eeeeee;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
.leermas a{
	color: #999;
	text-decoration:none;
}
.leermas a:hover{
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}



.cabeza {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: right;
}


.cabeza1 {
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.titulo {
	background-color: #edeef0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}






.pie {
	background-color: #333;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}


.pie ul li a{
	color: #FFF;
}

.pie ul li a:hover{
	color: #eeeeee;
}



#divDerecha {
	float: right;
}
.fotosMini {
	background-color: #FFF;
	padding: 4px;
	float: left;
	width: 240px;
}
.fotosMini320 {
	background-color: #FFF;
	padding: 4px;
	float: left;
	width: 316px;
}


.flotaIzq {
	float: left;
	width: 294px;
	background-color: #FFF;
	margin: 10px;
}


.flotaDer {
	float: right;
	width: 380px;
}
.pieDeFoto {
	font-family: Raleway-Regular;
	font-size: 20px;
	font-style: normal;
	color: #333;
}
.pieDeFotoRegular {
	font-family: Raleway-Regular;
	font-size: 24px;
	font-style: normal;
	color: #999;
}
.pieDeFotoPeque {
	font-family: Raleway-Regular;
	font-size: 17px;
	font-style: normal;
	color: #000;
}


.entradaFormulario {
	font-family: Raleway-Regular;
	font-size: 16px;
	color: #000;
	text-align: left;
}
.entradaFormularioMini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.entradaFormularioBold {
	font-family: Raleway-Regular;
	font-size: 20px;
	color: #099;
}


	
.scrollup{
	opacity:0.7;
	position:fixed;
	bottom:30px;
	right:30px;
	cursor: pointer;
	display: none;
}
	
	
	
	
	
	
	
	
.fondoTabla {
	background-image: url(../images/fondo_tabla.gif);
	background-repeat: no-repeat;
}
.fondo2Tabla {
	background-image: url(../images/fondo2_tabla.gif);
	background-repeat: no-repeat;
}

.tabla950centrada {
	width: 950px;
	border: 0;
	align:center;
	padding: 5;
}
.tabla_fondoClaro {
	background-color: #edeef0;
}
.rompe {
	clear: both;
	float: right;
}
.floatIzq284 {
	background-color: #ffffff;
	float: left;
	width: 284px;
}
.floatIzq810 {
	background-color: #FFF;
	float: left;
	width: 810px;
}
