@charset "utf-8";
/* CSS Document */
body {
	background-color: #f4f4f4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #666666;
	font-family: "Roboto Condensed", sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#cabecera {
	width:90%; 
	height:150px; 
	margin:0 auto; 
	border:#e2e2e2 thin solid; 
	background-image:url(../imagenes/playa.jpg); 
	background-position:center; 
	background-repeat:no-repeat;	
}
#contenedor {
	width:90%; 
	margin:0 auto; 
	height:auto; 
	background-color:#FFF; 
	border:#e2e2e2 thin solid;	
}
#articulos {
	width:70%; 
	margin-left:10px; 
	padding-right:10px; 
	display:inline-block; 
	vertical-align:top; 
	border-right:#e2e2e2 thin solid; 
	background-color:#FFF;
}
#menu_lateral {
	width:26%;  
	margin-left:10px; 
	display:inline-block; 
	vertical-align:top;	
}
#foto_comentario {
	margin: 0pt 10pt 0px 10px; 
	float: left; 
	cursor: pointer; 
	width: 200px;	
}
/*Boton busqueda inicio*/
input{
	 width: 96%;
	 height: 40px;
	 font: 400 20px "Roboto Condensed", 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:#CCC thin solid;
	color:#999;
	padding-left:10px;
}

.widget-search {
	float: left;
}

.ie8 .widget-search,
.ie8 .top-search {
	float: none;
}

.widget-search input {
	width: 240px;
	color: #888;
}

.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: #19C31C;
	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: #f39600;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}
/*Boton busqueda fin*/

#titulos {
	width:90%; 
	margin:0 auto; 
	height:auto; 
	background-color:#FFF; 
	border:#e2e2e2 thin solid;
	font-family: 'Alex Brush', cursive; 
	font-size:60px;	
}
.footer
{
	position: relative;
  	bottom: 0;
 	background-color:#333; 
	width:100%;
}

@media screen and (max-width:700px) {
	body {
	background-color: #f4f4f4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	body,td,th {
		color: #666666;
		font-family: "Roboto Condensed", sans-serif;
	}
	a:link {
		color: #666666;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #666666;
	}
	a:hover {
		text-decoration: underline;
		color: #333333;
	}
	a:active {
		text-decoration: none;
		color: #333333;
	}
	#cabecera {
		width:100%; 
		height:150px; 
		margin:0 auto; 
		border:#e2e2e2 thin solid; 
		background-image:url(../imagenes/playa.jpg); 
		background-position:center; 
		background-repeat:no-repeat;	
	}
	#contenedor {
		width:100%; 
		margin:0 auto; 
		height:auto; 
		background-color:#FFF; 
		border:#e2e2e2 thin solid;	
	}
	#articulos {
		width:94%; 
		/*margin-left:10px; 
		padding-right:10px; 
		display:inline-block; 
		vertical-align:top;*/  
		background-color:#FFF;
	}
	#menu_lateral {
		width:100%;  
		/*margin-left:10px; 
		display:inline-block; 
		vertical-align:top;	*/
	}
	#foto_comentario {
		cursor: pointer; 
		width: 100px;	
	}
	#firma {
		display:none;	
	}
	/*Boton busqueda inicio*/
	input{
		 width: 70%;
		 height: 40px;
		 font: 400 20px "Roboto Condensed", 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:#CCC thin solid;
		color:#999;
		padding-left:10px;
	}
	
	.widget-search {
		float: left;
	}
	
	.ie8 .widget-search,
	.ie8 .top-search {
		float: none;
	}
	
	.widget-search input {
		width: 240px;
		color: #888;
	}
	
	.search-btn-widget {
		float: right;
		position: relative;
		padding: 0;
		top:0;
		right:0;
		margin-right:44px;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
		/*margin: 0 0 0 -44px;*/
		background: url(../imagenes/buscar.png) 50% no-repeat;
		background-color: #19C31C;
		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: #f39600;
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
	}
	/*Boton busqueda fin*/
	#titulos {
		width:100%; 
		margin:0 auto; 
		height:auto; 
		background-color:#FFF; 
		border:#e2e2e2 thin solid;
		font-family: 'Alex Brush', cursive; 
		font-size:50px;	
	}

}