@charset "utf-8";
/* CSS Document */

/*estilo del cuerpo del index*/
#docHorizontal1{
	margin-top: 10px;
	min-height:500px;
	width: 100%;
}







#infor{
	margin-top:5px;
	position:relative;
	width:74%;
}
.infoCartel{
	/*background-color:#ddd;*/
	background-color:#E6E8E7;
	color:#000000;
	height:auto;
	
	margin-top:20px;
	margin-bottom:20px;

	
	padding:30px;
	font-family: Georgia, "Times New Roman", Arial;
	font-size:36px;
	/*color:#33CC33;*/
	
	border-radius: 15px;
	text-shadow: 0 0 0.2em #8F7;
	/*text-shadow: 3px 3px 5px #f00, 6px 6px 5px #0f0, 9px 9px 5px #00f;*/
}
.infoCartel:hover{
	text-shadow: 3px 3px 5px #8F7, 6px 6px 5px #0f0, 9px 9px 5px #00f;
		
	box-shadow: inset 0px 0px 40px #8F7, 0px 0px 40px #ff0; 
}

.titInfo{
	margin-bottom:5px;
	font-weight:bold;
}
.imgIcart img{
	max-width:100%
}



#menuDer{
	float:right;
	width:25%;
}

#calendar{
	font-size:30px;
	max-height:400px;
	overflow:hidden;
}
#calendar:hover{
	overflow:auto;
}

#ticalen{
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #008a00 26%, #005700 50%, #008a00 76%, #88f788 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(26%,#008a00), color-stop(50%,#005700), color-stop(76%,#008a00), color-stop(98%,#88f788)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#008a00 26%,#005700 50%,#008a00 76%,#88f788 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#008a00 26%,#005700 50%,#008a00 76%,#88f788 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#008a00 26%,#005700 50%,#008a00 76%,#88f788 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#008a00 26%,#005700 50%,#008a00 76%,#88f788 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#88f788',GradientType=0 ); /* IE6-9 */

	
	/*background:url(../images/bg_50.png);
	background-image:url(../images/bgNumCal.png);*/
	
	color:#FFF;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}





.mes{
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,226,78,1) 19%, rgba(248,181,0,1) 49%, rgba(252,239,0,1) 80%, rgba(251,223,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(19%,rgba(252,226,78,1)), color-stop(49%,rgba(248,181,0,1)), color-stop(80%,rgba(252,239,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,226,78,1) 19%,rgba(248,181,0,1) 49%,rgba(252,239,0,1) 80%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,226,78,1) 19%,rgba(248,181,0,1) 49%,rgba(252,239,0,1) 80%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,226,78,1) 19%,rgba(248,181,0,1) 49%,rgba(252,239,0,1) 80%,rgba(251,223,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,226,78,1) 19%,rgba(248,181,0,1) 49%,rgba(252,239,0,1) 80%,rgba(251,223,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	
	/*background:#00FF33;*/
	color:#000000;
	margin-bottom:5px;
	text-align:center;
	font-size:25px;
	font-weight:bold;		
}
.cal{
	background-color:#CCCCCC;
	color:#006600;
	margin-bottom:5px;
	font-size:15px !important;
	min-height: 56px;
}
.mes, .cal{		
	padding:2px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.ingNum{
	background-color:#00CC00;
		
	color:#FFFFFF;
	
	font-family:Georgia, Arial;	
	font-size:34px;
	font-weight:bold;
	
	text-align:center;
	vertical-align:middle;	
	
	margin:3px;
	float:left;
	
	height:50px;
	width:50px;

	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
	
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);	
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.infCal{
	margin-left:55px;
	padding:4px;
}







/*CLASS PARA PARRAFO DE SLIDER*/
