@charset "utf-8";
/* CSS Document */
body {
	background-color: #ededed;
	font-family: 'Happy Monkey'; 
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #777777;
}
body,td,th {
	/*color: #666666;
	font-family: "Roboto Condensed", sans-serif;*/
	font-family: 'Happy Monkey';
}
a:link {
	color: #777777;
	text-decoration: none;
	 text-shadow: 1px 1px 1px #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #777777;
	 text-shadow: 1px 1px 1px #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #ff9a22;
	 text-shadow: 1px 1px 1px #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #ff9a22;
	 text-shadow: 1px 1px 1px #CCCCCC;
}
#cabecera {
	width:90%; 
	height:150px; 
	margin:0 auto; 
	border:#2a61d6 thin solid; 
	/*background-image:url(../imagenes/fondocabeza.jpg);
	background-color:#bfec39;*/  
	background-position:center; 
	background-repeat:no-repeat;	
	-webkit-box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);
	box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);
}
#cabecera2 {
	width:90%; 
	height:150px; 
	margin:0 auto; 
	border:#2a61d6 thin solid; 
	/*background-image:url(../imagenes/fondocabeza2.jpg);*/
	background-color:#FFFFFF;  
	background-position:center; 
	background-repeat:no-repeat;	
	/*-webkit-box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);
	box-shadow: 0px 10px 4px 0px rgba(102,102,102,1);*/
}
#contenedor {
	width:90%; 
	margin:0 auto; 
	height:auto; 
	background-color:#FFF; 
	border-right:#2a61d6 thin solid;
	border-left:#2a61d6 thin solid;
	border-button:#2a61d6 thin solid;
}
#articulos_index {
	width:98%; 
	margin-left:10px; 
	padding-right:10px; 
	display:inline-block; 
	vertical-align:top; 
	/*border-right:#2a61d6 thin solid; */
	background-color:#FFF;
	height:100%;
}
#articulos {
	width:70%; 
	margin-left:10px; 
	padding-right:10px; 
	display:inline-block; 
	vertical-align:top; 
	border-right:#2a61d6 thin solid; 
	background-color:#FFF;
	height:100%;
}
#menu_lateral {
	width:26%;  
	/*margin-left:10px; */
	margin-left:-5px;
	display:inline-block; 
	vertical-align:top;
	padding-left:15px;
	border-left:#2a61d6 thin solid;
}
#blog_inicio {
	width:32%;  
	display:inline-block; 
	vertical-align:top;
	padding-left:15px;
}
#foto_comentario {
	margin: 0pt 10pt 0px 10px; 
	float: left; 
	cursor: pointer; 
	width: 200px;	
}
input{
	 width: 98%;
	 height: 40px;
	 font: 400 20px "Happy Monkey", Arial, sans-serif;
	 margin: 0 0 10px 0;
	 border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border:#d3d3d3 thin solid;
	color:#999;
	padding-left:10px;
}
.inputito{
	 width: 96%;
	 height: 40px;
	 font: 400 20px "Happy Monkey", sans-serif;
	 margin: 0 0 10px 0;
	 border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:#d3d3d3 thin solid;
	background-color:#f9f9f9;
	color:#777777;
	padding-left:10px;
}

.widget-search {
	float: left;
}

.ie8 .widget-search,
.ie8 .top-search {
	float: none;
}

.widget-search input {
	width: 95%;
	color: #CCC;
}

.search-btn-widget {
	float: right;
	position: relative;
	padding: 0;
	top:0;
	right:0;
	margin: 0 0 0 -44px;
	background: url(../imagenes/buscar.png) 50% no-repeat;
	background-color: #ff9a22;
	width: 44px;
	height: 44px;
	cursor: pointer;
	border: none;
	z-index: 100;
	border-radius: 0 2px 2px 0;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.search-btn-widget:hover {
	background-color: #2a61d6;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}
/*Boton busqueda fin*/
#firma {
	  float:left; 
	 /* padding-left:30px; 
	  padding-top:20px;*/
  }
#titulos {
	width:90%; 
	margin:0 auto; 
	height:auto; 
	background-color:#FFF; 
	border-top:#2a61d6 thin solid;
	border-right:#2a61d6 thin solid;
	border-left:#2a61d6 thin solid;
	border-bottom:#2a61d6 thin solid;
	font-family: 'Happy Monkey'; 
	font-size:40px;
	line-height:60px;
	text-shadow: 1px 1px 1px #CCCCCC;
}
#titulos2 {
	width:90%; 
	margin:0 auto; 
	height:auto; 
	background-color:#FFF; 
	border-top:#2a61d6 thin solid;
	border-right:#2a61d6 thin solid;
	border-left:#2a61d6 thin solid;
	border-bottom:#2a61d6 thin solid;
	font-family: 'Happy Monkey'; 
	font-size:30px;	
	line-height:60px;
}
.footer
{
	position: relative;
  	bottom: 0;
 	background-color:#333; 
	width:100%;
}
.boton_personalizado{
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #2a61d6;
    background-color: #ff9a22;
    border-radius: 6px;
	width:300px;
	height:50px;
  }
  .boton_personalizado:hover{
    color: #ff9a22;
    background-color: #2a61d6;
  }
#sesenta{
	width:60%; 
	float:left;
}
#cincuenta{
	width:48%; 
	float:left;
}
#cuarenta{
	width:35%; 
	padding:20px; 
	float:left;
}
#trip{
	float:left; 
	width:31%;
	background-image:url(../imagenes/pizarra.png);
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding:10px;
}
#tripi{
	float:left; 
	width:95%; 
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*border: 1px solid #2a61d6;*/
	padding:10px;
	min-height:200px;
}
#tripi:hover{
	float:left; 
	width:95%; 
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	/*border: 1px solid #CCCCCC;*/
	padding:10px;
	min-height:200px;
	/*-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);*/
	/*background-color:#ff9a22;
	color:#FFFFFF;*/
	cursor:pointer;
}
#tri{
	float:left; 
	width:30%; 
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #2a61d6;
	padding:10px;
	min-height:200px;
}
#tri:hover{
	float:left; 
	width:30%; 
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	padding:10px;
	min-height:200px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
	background-color:#ff9a22;
	color:#FFFFFF;
	cursor:pointer;
}
#separador{
	display:block;
}
#tiempo{
	display:block;
}
#ngaleria{
	font-size:24px;	
}

.alerta-mensas {
	background-color: #d35351;
	position: absolute;
	color:#FFFFFF;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	left:50%;
	top:35%;
	width:400px;
	margin-left:-200px; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
}

/*BLOG******************************************************************/
#fechapost{
	float:left; 
	width:60px; 
	text-align:center; 
	background-image:url(../imagenes/calendario.png);
	background-repeat:no-repeat; 
	height:65px;
}
#imagenpost{
	width:49%; 
	float:left;	
}
#pos{
	width:42%; 
	float:left;
}
.alerta-cookies {
	background-color: #FFF;
	position: absolute;
	color:#000;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	left:50%;
	top:20%;
	width:800px;
	margin-left:-400px; 
	font-size:14px;
	font-family: 'Quicksand', Verdana, Geneva, sans-serif;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
}
/*BLOG******************************************************************/
@media screen and (max-width:700px) {
	body {
		background-color: #FFFFFF;
		font-family: 'Happy Monkey'; 
		font-size:18px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	body,td,th {
		color: #777777;
		font-family: 'Happy Monkey'; 
	}
	a:link {
		color: #777777;
		text-decoration: none;
		 text-shadow: 1px 1px 1px #CCCCCC;
	}
	a:visited {
		text-decoration: none;
		color: #777777;
		 text-shadow: 1px 1px 1px #CCCCCC;
	}
	a:hover {
		text-decoration: underline;
		color: #ff9a22;
		 text-shadow: 1px 1px 1px #CCCCCC;
	}
	a:active {
		text-decoration: none;
		color: #ff9a22;
		 text-shadow: 1px 1px 1px #CCCCCC;
	}
	#cabecera {
		width:99%; 
		height:150px; 
		margin:0 auto; 
		border:#2a61d6 thin solid; 
		/*background-image:url(../imagenes/fondocabeza.jpg); */
		background-position:center; 
		background-repeat:no-repeat;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
		box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
			
	}
	#cabecera2 {
		width:99%; 
		height:10px; 
		margin:0 auto; 
		border:#2a61d6 thin solid; 
		/*background-image:url(../imagenes/fondocabeza2.jpg); */
		background-position:center; 
		background-repeat:no-repeat;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
		box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	}
	#contenedor {
		width:99%; 
		margin:0 auto; 
		height:auto; 
		background-color:#FFF; 
		border:#2a61d6 thin solid;	
		border-top:none;
	}
	#articulos {
		width:90%;
		padding-left:20px;
		margin-left:0px; 
		border-right:none;
		border-top:none;
		background-color:#FFF;
	}
	#articulos_index {
		width:90%;
		padding-left:0px;
		margin-left:0px; 
		border-right:none;
		border-top:none;
		background-color:#FFF;
	}
	#menu_lateral {
		width:99%;
		border-bottom:none;
	}
	#foto_comentario {
		cursor: pointer; 
		width: 100px;	
	}
	#firma {
		width:40%;
		display:none;
	}
	/*Boton busqueda inicio*/
	.inputito{
		 width: 70%;
		 height: 40px;
		 font: 400 20px "Happy Monkey", sans-serif;
		 margin: 0 0 10px 0;
		 border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border:#d3d3d3 thin solid;
		color:#777777;
		padding-left:10px;
	}
	
	.widget-search {
		float: left;
	}
	
	.ie8 .widget-search,
	.ie8 .top-search {
		float: none;
	}
	
	.widget-search input {
		width: 92%;
		color: #CCC;
	}
	
	.search-btn-widget {
		float: right;
		position: absolute;
		padding: 0;
		top:0;
		right:0;
		margin-right:10px;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
		/*margin: 0 0 0 -44px;*/
		background: url(../imagenes/buscar.png) 50% no-repeat;
		background-color: #ff9a22;
		width: 44px;
		height: 44px;
		cursor: pointer;
		border: none;
		z-index: 100;
		border-radius: 0 2px 2px 0;
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}
	
	.search-btn-widget:hover {
		background-color: #2a61d6;
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
	}
	/*Boton busqueda fin*/
	#titulos {
		width:99%; 
		margin:0 auto; 
		height:auto; 
		background-color:#FFF; 
		border:#2a61d6 thin solid;
		border-top:none;
		font-family: 'Happy Monkey';
		font-size:30px;
		text-align:center;
		padding-left:0px;
		line-height:60px;
	}
	#titulos2 {
		width:99%; 
		margin:0 auto; 
		height:auto; 
		background-color:#FFF; 
		border:#2a61d6 thin solid;
		border-top:none;
		font-family: 'Happy Monkey';
		font-size:30px;
		text-align:center;
		line-height:60px;
	}
	#sesenta{
		width:100%; 
		float:left;
	}
	#cincuenta{
		width:100%; 
		float:left;
	}
	#cuarenta{
		width:90%; 
		padding:20px; 
		float:left;
	}
	.inputito{
		 width: 95%;
		 height: 40px;
		 font: 400 20px "Happy Monkey", sans-serif;
		 margin: 0 0 10px 0;
		 border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border:#d3d3d3 thin solid;
		background-color:#f9f9f9;
		color:#777777;
		padding-left:10px;
	}
	.boton_personalizado{
		text-decoration: none;
		font-weight: 600;
		font-size: 20px;
		 color: #2a61d6;
    	background-color: #ff9a22;
    	border-radius: 6px;
		width:98%;
		height:50px;
	  }
	  .boton_personalizado:hover{
		color: #ff9a22;
		background-color: #2a61d6;
	  }
	  #tri{
			float:left; 
			width:96%; 
			text-align:center;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px solid #CCCCCC;
			padding:10px;
			height:200px;
		}
		#tri:hover{
			float:left; 
			width:96%; 
			text-align:center;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			border: 1px solid #CCCCCC;
			padding:10px;
			height:200px;
			-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
			background-color:#30c7ff;
		}
		#quitar{
			display:none;
	  }
	  #trip{
		float:left; 
		width:90%; 
		text-align:center;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		padding:10px;
	}
	#blog_inicio {
		width:95%;  
		display:inline-block; 
		vertical-align:top;
		padding-left:15px;
		padding-bottom:20px;
		border-bottom:#ff9a22 thin dotted;
	}
	#separador{
		display:none;
	}
	#letras_pie{
		font-size:16px;	
	}
	#tiempo{
		display:none;
	}
	#ngaleria{
		font-size:16px;	
	}
	
	/*BLOG******************************************************************/
		#fechapost{
			float:left; 
			width:60px; 
			text-align:center; 
			background-image:url(../imagenes/calendario.png);
			background-repeat:no-repeat;
			height:65px;
		}
		#imagenpost{
			width:80%; 
			float:left;	
		}
		#pos{
			width:100%;
		}
	/*BLOG******************************************************************/
	.alerta-cookies {
		background-color: #FFF;
		position: absolute;
		color:#000;
		-khtml-border-radius:3px;
		border-radius:3px;
		padding:10px 10px 10px 10px;
		left:45%;
		top:10%;
		width:280px;
		margin-left:-140px;
		overflow-y: scroll;
		font-size:14px;
		font-family: 'Quicksand', Verdana, Geneva, sans-serif;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	}
}