@charset "utf-8";
/* CSS Document */

body{
	font-family:"Droid Sans", arial, monospace;
	font-size:13px
}

em{
	font-weight:bold
}

.marginbotton20{
	margin-bottom:20px
}


h1{
	color:#d52b1e!important;
	font-size:30px;
	font-style:italic;
}

h2{
	background-repeat:no-repeat;
	background-image:url(../images/h2.jpg);	
	font-size:20px;
	height:40px;
	background-color:#CCC
}

h3{
	font-size:15px;	
	color:#d52b1e;
	font-style:italic
}


h1,h2,h3,h4,p,ul{
	margin:0;
	margin-bottom:10px
}

ul{
	margin-bottom:20px
}

.btn-info {
	margin-bottom:20px
}

.btn-success {
  color: #fff;
  background-color: #d52b1e;
  border-color: #e1766d;
}

.btn-success:hover{
  background-color: #af2318;
  border-color: #af2318;
}

/*HEADER*/
header{
	
}

/*-- nav --*/
.navbar-brand img{
	height:35px
}

#navmain{
	background-image:url(../images/navback.jpg);
	background-repeat:repeat-x;
	background-color:#d52b1e
}


#navmain a{
	color:#FFF
}

#navmain a:hover{
	color:#FC0
}

#navmain .navbar-collapse{
	
}

/*CONTENT*/
/*slider*/
.lof-slidecontent ul.navigator-wrap-inner div h3 {
    margin:0;
	padding:0;
	font-size:14px
}

.lof-slidecontent h3{
	color:#FFF
}

/*recetas_menu*/
.index_recetas_menu ul{
	padding:0;
	margin:0
}

.index_recetas_menu .title {   
    height: 36px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.index_recetas_menu ul li{
    height: 25px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px dotted #CCC;
	list-style:none;
	padding-top:5px
}

.index_recetas_menu li.noback{
	border-bottom:0px
}

.index_directorio{
	margin-bottom:20px
}

.index_directorio h3{
	font-size:25px;
	font-style:normal
}


/*recetario*/
.index_recetario .img{}
.index_recetario .link{
	
}
/*recetario item*/

.recetario_item .img {
   
}

.recetario_item .link {
   
}

.recetario_item .desc ul{
	padding:0;
	margin:0;
	list-style:none
}

.recetario_item .desc li{
	float:left;
	margin-right:10px
}
/*noticias*/


/*articulos*/



/*links*/
.index_links ul li{
	list-style-type:none;
	margin:0;
	padding:0
}

/*FOOTER*/
footer a{
	color:#95D048
}


footer{
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer div{
	margin-bottom:5px
}


.error{
	color:#F00;
	margin-bottom:10px;
	font-weight:bold
}

.ok{
	color:#060;
	margin-bottom:10px;
	font-weight:bold
}


/*GLOSARIO*/
#chars .char a {
  float:left;
  white-space: nowrap;
  background-color: #00FF66;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(images/navliback.jpg);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}



/*HACK*/
@media (max-width: 800px) {
	
}