/* Plantilla Cesfa_featured_contact____ */


/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:35px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:280px; 
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:4px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:363px; 
		min-height:363px; 
		max-height:363px; 
		width:520px;
		max-width:520px;
		min-width:520px;
		font-size:13px; 
		line-height:1.23em;
		color:#000;
		padding:5px 10px; 
		margin:0; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:14px;
	line-height:28px;
	width:79px; 
	color:#000;
}

.buttons {padding:13px 0 0 0; text-align:right;}
.buttons a {margin-left:27px;}

/*para portafolio servicios desde videoteca*/


}
/* FEATURED TITLE -------------------------------------------------------*/

.featured-title{
	background: url(../img/shadow-divider.png) no-repeat center center;
	margin-bottom: 5px;
}

.featured-title .ribbon{
	margin: 0px auto;
}

/*ribbonpara portafolio servicios desde videoteca*/

/* RIBBON -------------------------------------------------------*/

.ribbon{
	
	display: table;
	font-family: 'Droid Serif', serif;
	color: #f2f2f2;
	line-height: 59px;
	margin-left: 50px;
	margin-top: 30px;
	
	padding-left: 49px;
	font-size: 20px;
	background: url(../img/ribbon.png) no-repeat top left;
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.ribbon span{
	background: url(../img/ribbon.png) no-repeat bottom right;
	display: block;
	line-height: 59px;
	padding-right: 49px;
}

/* FEATURED -------------------------------------------------------*/

.featured-posts{
	aligment: center;
	
	display: block;	
	overflow: hidden;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 960px;
}


.featured-posts li{
	display: block;
	float: left;
	position: relative;
	text-align: center;
	
	width: 300px;
	margin: 10px;
}
.featured-posts li a{
	text-decoration: none;
}
.featured-posts li a{
	text-decoration: none;
}
.featured-posts li a:hover{
	
	color:#84b8ce;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);

}
.featured-posts li .thumb{
	display: block;
	width: 300px;
	margin-bottom: 0px;
	line-height: 0em;
	
	background: #f1f1f1 url(../img/plus.png) no-repeat center center ;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.featured-posts li .thumb img{
	margin: 5px;
}

.featured-posts li .thumb span:hover img{
	opacity: 0.4;
}


.featured-posts .link-button{
	opacity: 0;
}

.featured-posts li:hover .link-button{
	opacity: 1;
}

.featured-posts li .link-button:hover{
	background: #f1f1f1;

	padding: 2px 8px;
	
	-webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	-moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.featured-posts .excerpt-arrow{
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../img/excerpt-arrow.png) no-repeat top left;
}

.featured-posts .excerpt{
	position: relative;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
}

.featured-posts .excerpt .heading {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#content-wrap .featured-posts .excerpt .heading a{
	text-decoration: none;
	color: #606060;
}
/* prueba cambiar color negro---------------------------------------*/
#content-wrap .featured-posts .excerpt .heading a:hover{
	color: #000000;
}
/* fin-----FEATURED -------------------------------------------------------*/

