/* CSS Document */
.error_form{
	border:1px solid #FF0000;
	background-color:#FFEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	padding:0px; !important;
}

.error_form ul{
	
}

.errMsg {
	color:#F00 !important;
	display:block;
}

.errFld {
	border: 1px solid #FF0000 !important;
}
/* CSS Document */

body,html{
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#443737;
line-height:20px;
margin:0;
padding:0;
background:url(../img/design/bg-body.jpg) top repeat-x;
}

img{
border:none;
}

p{
margin:0;
padding:0;
}

h1.noticia{
width:500px;
margin:0;
padding:10px 0 0 15px;
float:left;
}

h2.noticia{
margin:0;
padding:10px 0 0 0;
font:12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#788568;
line-height:25px;
}

.imagensidebar{
margin:0 0 10px 0;
}

.clearboth{
clear:both;
}

#background{
width:100%;
height:100%;
background:url(../img/design/background.jpg) center top  no-repeat;
}

#page{
width:960px;
margin:auto;
background:#FFFFFF;
}

#header{
width:960px;
float:left;
background:url(../img/design/bg-header.jpg) top repeat-x;
}

#carrito{
width:136px;
height:22px;
float:right;
margin:0 5px 0 0;
padding:5px 0 0 40px;
/*background:url(../img/design/cart.jpg) no-repeat;*/
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

#logo{
width:349px;
height:76px;
float:left;
background:url(../img/design/logo.jpg) left top no-repeat;
}

#buttons{
width:611px;
height:40px;
float:left;
margin:9px 0 0 0;
background:url(../img/design/bg-botones.jpg) top repeat-x;
}

#container{
width:960px;
background:#FFFFFF;
}

#banner{
width:780px;
float:left;
}

#sidebar{
width:170px;
float:right;
padding:0 5px 0 0;
}

#content{
width:770px;
float:left;
padding:0 5px 0 5px;
}

#sub-botones{
width:774px;
float:left;
padding:5px 0 0 0;
}

#footer{
	width:988px;
	padding:0 0 0 0;
	margin:auto;
	clear:both;
}
#conten-foot{
	background:url(../img/design/footer-bg.jpg) top center repeat-y;
}
#conten-foot2{
	background:url(../img/design/footer.jpg) center top no-repeat;
}
#footer-contenido{
width:940px;
background:url(../img/design/footer-bottom.jpg) bottom center no-repeat;
padding:15px 24px 20px 24px;
font:12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#footer-contenido a{
color:#FFFFFF;
text-decoration:none;
}

.post-content{
width:770px;
padding:10px 0 20px 0;
float:left;
}

.post-noticia{
width:350px;
float:left;
padding:5px 17px 10px 18px;
text-align:justify;
font:12px Arial, Helvetica, sans-serif;
color:#77725d;
line-height:20px;
}

#footer-credits{
/*width:960px;*/
/*height:200px;*/
margin-top:20px;
margin-bottom:5px;
}

/********************  B O T O N E S  Navigation **********************/

#buttons ul{
margin:0;
padding:2px 0 0 0;
float:left;
list-style:none;
}

#buttons ul li{
margin:0;
padding:0;
float:left;
list-style:none;
}

#buttons ul li a{
height:25px;
margin:0;
padding:10px 17px 0 17px;
float:left;
font:12px Arial, Helvetica, sans-serif;
color:#565549;
text-decoration:none;
text-align:center;
}

#buttons ul li a:hover{
color:#000000;
background:#fffcf2;
}

/* dropdown */

#buttons_test ul{
margin:0;
padding:2px 0 0 0;
float:left;
list-style:none;
}

#buttons_test ul li{
margin:0;
padding:0;
float:left;
list-style:none;
}

#buttons_test ul li a{
height:25px;
margin:0;
padding:10px 17px 0 17px;
float:left;
font:12px Arial, Helvetica, sans-serif;
color:#565549;
text-decoration:none;
text-align:center;
}

#buttons_test li a:hover{
color:#000000;
background:#fffcf2;
}


/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************  NUEVO MENU Dropdown   ************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/

#nav{
width:611px;
height:40px;
float:left;
margin:9px 0 0 0;
background:url(../img/design/bg-botones.jpg) top repeat-x;



}

#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	padding: 0;
	
	list-style: none;
	line-height: 1;
}

#nav ul{
	margin:0;}

#nav a {
	display: block;
	width: 110px;
	height:40px;
	margin:0;
	padding: 0px 0;
	padding-left:5px;
	font:12px Arial, Helvetica, sans-serif;
	color:#565549;
	text-decoration:none;
	text-align:left;
	vertical-align: middle;
	line-height: 36px;
}


#nav li { /* all list items */
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
	
}

#nav li.masancho {width: 135px;}
#nav li.masancho ul{width: 125px;}
#nav li.masancho a{width: 120px;}
#nav li li, #nav li li a{ text-align:left; height:auto;line-height:normal; color:#fff;}
#nav li li {padding:3px 0;}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#02A04B;
	width: 115px;
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li a:hover{
color:#000000;
background:#fffcf2;
}
#nav li li a:hover{
color:#fff;
text-decoration:underline;
background:#02A04B;
}
*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 

/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */


/* ************************************************************** */


#footer-contenido ul{
/*height:240px;*/
margin:0;
padding:0 0 40px 0;
float:left;
list-style:none;
}

#footer-contenido ul li{
height:25px;
}

#footer-contenido ul li a:hover{
text-decoration:underline;
}

#footer-contenido ul .titulo{
margin:0 0 10px 0;
font:bold 12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
#footer-contenido ul.uno{
width:178px;
padding:0 0 0 10px;
}

#footer-contenido ul.dos{
width:178px;
padding:0 0 0 10px;
}

#footer-contenido ul.tres{
width:178px;
padding:0 0 0 10px;
}

#footer-contenido ul.cuatro{
width:178px;
padding:0 0 0 10px;
}

#footer-contenido ul.cinco{
width:178px;
padding:0 0 0 10px;
}

#footer-credits ul{
margin:0;
padding:0;
list-style:none;
float:left;
}

#footer-credits ul li{
margin:0;
padding:0 10px 0 10px;
float:left;
border-right:solid 1px;
border-color:#CCCCCC;
}

#footer-credits ul li.last{
margin:0;
padding:0 10px 0 10px;
float:left;
border:none;
}

#footer-credits ul li{
margin:0;
padding:20px 10px 0 0;
float:right;
border:none;
font:12px Arial, Helvetica, sans-serif;
color:#999999;
text-align:right;
}
.credit{
padding:0px 0px 0px 14px;
font:12px Arial, Helvetica, sans-serif;
color:#999999;
}

/********************  B O T O N E S    R O L L    O V E R  **********************/

a#sub-1{
display:block;
text-indent:-9999px;
width:184px;
height:157px;
margin:0 5px 0 0;
float:left;
background:url(../img/sub-botones/1_1.jpg) no-repeat;
}

a#sub-1:hover{
/*background-position:0 -142px;*/
}

a#sub-2{
display:block;
text-indent:-9999px;
width:193px;
height:157px;
margin:0 5px 0 5px;
float:left;
background:url(../img/sub-botones/2_1.jpg) no-repeat;
}

a#sub-2:hover{
/*background-position:0 -142px;*/
}

a#sub-3{
display:block;
text-indent:-9999px;
width:184px;
height:157px;
margin:0 5px 0 5px;
float:left;
background:url(../img/sub-botones/3_1.jpg) no-repeat;
}

a#sub-3:hover{
/*background-position:0 -142px;*/
}

a#sub-4{
display:block;
text-indent:-9999px;

width:184px;
height:157px;
margin:0 0px 0 4px;
float:left;
background:url(../img/sub-botones/4_1.jpg) no-repeat;
}

a#sub-4:hover{
/*background-position:0 -142px;*/
}

/***********OMAR******************/
a {
  color:#25B045;
}
a:hover {
  color:#000000;
}

#side-nav{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
}
#side-nav li{
margin:0px;
padding:0px;
text-align:center;
}
#side-nav li a{
display:block;
height:27px;
background:url(../img/sub-botones/button-side.jpg);
padding-top:12px;
}
#side-nav li a:hover{
background-position:0 -39px;
}
.post-content-inner{
width:712px;
padding:10px 40px 20px 18px;
float:left;
}
.post-content-inner li{
	list-style-type: circle;
	padding-left:0px;
	list-style-position: outside;
	list-style-image: url(../img/design/dot-green.gif);
}
.f-left{
   float: left;
}
.f-right{
   float: right;
}
.photo-set{
padding:0px 18px 10px 0px;
}
.photo-set2{
padding:0px 0px 10px 18px;
}
#title{
	height:31px;
	background-image: url(../img/design/title-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow:hidden;
	margin: 0px 0px 20px 0px;
	padding:4px 0 0 0;
	font-family:Arial Narrow,Arial, Helvetica, sans-serif;
	font-size:26px;
	/*font-size:26px;	by omar*/
	color:#25b045;
}
.verd11-red{
    color:#FF0000;
}
.dot-line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	height:5px;
}
label{
	width:200px;
	float:left;
	/*clear:left;
	height:30px;*/
}
#form-deliv{
    /*height:600px;*/
}
#form-deliv div{
    width:500px;
    padding: 0px 0px 10px 0px;
}
#form-deliv input select{
	float:right;
}
#events-table{
	background-image: url(../img/design/eventos-header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;    
}
.events-headdiv{
	background-image: url(../img/design/white-div.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.events-rowbg{
	background-color:#f3f2e8;
}
.verd12-green{
    color:#62c18a;
}
.sub-title{
    font-size:14px;
	color:#25b045;
}
#events-gallery img{
	margin:4px;
	border:#999999 solid 1px;
}

/***********end OMAR*********************/







/*----------------			start Promociones/Ganadores			-------------------*/

div.backgroundFoto 
{
background:url(/demo/inkafarma/userfiles/image/background-ganadores.jpg) no-repeat;
padding-top:9px;
text-align:center;
width:212px;
height:326px;
float:left;
margin:0 13px 15px 10px;
}

div.backgroundFoto  img.fotoPromo
{
padding-bottom:12px;
}

/*----------------			end Promociones/Ganadores		-------------------*/


/*----------------		Eventos		-------------------*/
.tablainterna  thead th{
	background-image: url(../images/backform.jpg);
	height:31px;
	text-align:center;
}
.tablainterna th{ text-align:left;}
.tablainterna td{ padding:6px 10px; color:#25b045; font-size:12px; text-align:center;}
.tablainterna tr{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tablainterna img{ padding-top:4px;}

.imagendiv {
	margin:10px 20px 10px 0px;
	padding-bottom:10px;
	overflow:hidden;
	width:322px;
	height:320px;
	font-size:11px;
	line-height:normal;
	overflow:hidden;
}

.imagendivalt {
	margin:10px 20px 10px 0px;
	padding-bottom:10px;
	overflow:hidden;
	width:322px;
	height:30px;
	font-size:11px;
	line-height:normal;
	overflow:hidden;
	text-transform:capitalize;
}

.imagendivalt ul
{
	list-style:circle;
}


.imagendiv img{border: 1px solid #999; margin-bottom:5px;}
/*----------------			end Eventos		-------------------*/