@charset "utf-8";
/* CSS Document */

.readmore{
	text-align:right;
	}
.readmore a{
	color:#7a1145;
	text-decoration:none;
	}	
.readmore a:hover{ color:#000; text-decoration:underline}	

/*MIGAS*/
.breadcrumb {margin-bottom:10px; margin-top:20px; list-style: none;}
.breadcrumb img{vertical-align:-5%; text-transform:uppercase}
.breadcrumb {text-transform:uppercase; font-size:.9em}
.breadcrumb a{ text-decoration:none}
.breadcrumb a:hover{ color:#8bae26}
/*.breadcrumb span{ color:#8bae26}*/
.breadcrumb li {display: inline}
.breadcrumb .active span {color: #8bae26}

/*ARTICULO*/
.item-page{
	font-size:1.15em;
		}
.item-page p{
	margin-bottom:1em;
	}	
.item-page h2{ font-size:1.7em; color:#7a1145; margin-bottom:.6em; margin-top:.3em;}

/*PAGINACION*/
.pagination { text-align: center}

.pagination li{ display:inline;
margin-left:3px !important;
margin-right:3px !important;}

.pagination li a, .pagination li span{
	background-color:#e4cfda;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;	
	text-transform: uppercase;
	font-size:.8em;
	color:#7a1145;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	}
.pagination li a{
	text-decoration:none;
	background-color:#7a1145;
	color:#FFF;
	}	
.pagination li a:hover{
	background-color:#e4cfda;
	color:#7a1145;
	}	
/*RSS*/
.syndicate-module {
	display:block;
	text-decoration:none;
	font-size:.9em;
	height:21px;
	line-height:21px;
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
	padding-right:30px;
	margin-bottom:10px;
}
.syndicate-module:hover{ text-decoration:underline}
.syndicate-module img{
	display:none;}

/*BUSQUEDA INTELIGENTE*/
#mod-finder-searchform div.finder{	
padding:5px;
height:27px;
margin-bottom:20px;
border: 1px solid #DDDDDD;
-webkit-border-radius: 100px;
border-radius: 100px;
color: #999;}

#mod-finder-searchform div.finder .inputbox{
	width:150px;	
	border:none;
	color:#999;
	margin-top:5px;
	margin-left:10px;
	float:left;
	font-size:1em;
	}
	
#mod-finder-searchform div.finder .inputbox:focus{
	color:#000}	
	
#mod-finder-searchform div.finder .button{
	float:right;	
	margin:0px;
	background-color:transparent;
	border:none;
	background-image:url(../img/lupa_finder.png);
	background-position:left top;
	text-indent: -9999px;
	width:27px;
	height:27px;
	}	
#mod-finder-searchform div.finder .button:hover,
#mod-finder-searchform div.finder .button:focus{
	background-image:url(../img/lupa_finder.png);
	background-position:left bottom;
	cursor:pointer;
	} 	
/*BLOG 2 COLUMNAS*/

.cols-2 .column-1{
	float:left}
.cols-2 .column-2{
	float:right}	
.cols-2 .row-separator{
	display:block;
	clear:both}	