@charset "utf-8";
/*Articulos*/
#imagenpost
{
	float:left; 
	width:150px;
}
#contenedorpost
{
	float:left; 
	width:670px; 
	padding-left:20px;
	text-align:justify;
}
#fecham
{
	display:none;
}
#fechaizq
{
	width:12%; 
	float:left; 
	text-align:center;
	display:block;	
}
#prearticulo
{
	width:88%; 
	float:left	
}

input{
	width: 98%;
	height: 40px;
	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;
}
/*Articulos fin*/
#cronologia{
	border-left:#CCCCCC thin solid;
}
/*Boton busqueda inicio*/
.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: #4ba55e;
	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: #cb4936;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}
/*Boton busqueda fin*/
a.opacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.opacity:hover img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media screen and (max-width:480px) {
	/*Articulos*/
	#imagenpost
	{
		float:left; 
		width:100%;
	}
	#contenedorpost
	{
		float:left; 
		width:100%;
		text-align:justify;
		padding-left:0px;
	}
	#fecham
	{
		display:block;
	}
	#fechaizq
	{
		width:12%; 
		float:left; 
		text-align:center;
		display:none;	
	}
	#prearticulo
	{
		width:100%; 
		float:left;
	}
	/*Articulos fin*/
	#cronologia{
		border-left:none;
	}
}

