/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

@import "css/dropmenu.css";

/*Estilos Directos a Tags*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

html{ height: 100%; }
body{ height: 100%; }

body{

	background: #1F3E74 url('images/fondo.jpg') center top no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a{ text-decoration: none; color: #1F3E73; }
a:hover{ color: #4684BD; }

/*Sticky Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#wrapper {

	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	background: url('images/fondo_wrapper2.png') center top repeat-y;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push { height: 150px; /* .push must be the same height as .footer */ }

/*Navegacion*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#navegacion{

	clear: both;
	margin: 20px 0px;
}

#navegacion p a{

	color: white;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px;
	background: #244072;
	margin: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#navegacion .anteriores{

	float: left;
}

#navegacion .siguientes{

	float: right;
}

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#header{

	background: url('images/fondo_header.png') center bottom no-repeat;
	background: #244072 url('images/fondo.jpg') center top no-repeat;
	height: 163px;
	width: 100%;
}

#header .wrapper{

	width: 895px;
	margin: 0 auto;
}

#header .logo a{

	float: left;
	width: 251px;
	height: 105px;
	text-indent: -9999px;
	background: url('images/logo.png') no-repeat;
	margin: 10px 0px;
}

#header .banner{

	float: right;
	margin-top: 30px;
}

#header .riskmathics{

	float: right;
	width: 148px;
	height: 105px;
	text-indent: -9999px;
	background: url('images/riskmathics.png') no-repeat;
	margin-top: 7px;
}

#header #access{

	width: 100%;
	background: url('images/fondo_menu.png');
	clear: both;
	height: 38px;
}

#header #access #menu-menu-principal{

	width: 885px;
	margin: 0 auto;
	padding-left: 10px;
}

#header #access .menu li{

	display: block;
	float: left;
	font-size: 13px;
	padding: 5px;
}

#header #access .menu li a{

	font-size: 13px;
	color: white;
	display: block;
	margin-right: 40px;
	padding: 11px 5px;
	padding-bottom: 10px;
}

/*Content*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#content{

	width: 895px;
	margin: 0 auto;
	min-height: 500px;
}

/*Cuerpo*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo{

	float: left;
	margin-left: 1px;
	width: 646px;
	margin-top: 1px;
}

/*Sidebar*/
/*------------------------------------------------------------------------------------------------*/
#sidebar{

	float: right;
	width: 246px;
	margin-right: 1px;
	margin-top: 1px;
}

#sidebar #searchform{

	width: 246px;
	height: 105px;
	padding-top: 35px;
	border-bottom: 1px solid #B1BDD1;
	background: url('images/fondo-buscador.png') 8px 14px no-repeat;
}

#sidebar #searchform label{

	display: none;
}

#sidebar #searchform input[type=text]{

	margin: 5px auto;
	display: block;
	width: 185px;
	padding: 0px 5px;
	padding-right: 42px;
	height: 40px;
	border: none;
	background: url('images/suscribete-input.png') no-repeat;
}

#sidebar #searchform input[type=image]{

	float: right;
	margin-right: 5px;
}

#sidebar #suscribete{

	width: 246px;
	height: 185px;
	padding-top: 35px;
	border-bottom: 1px solid #B1BDD1;
	background: url('images/fondo-suscribete.png') 8px 14px no-repeat;
}

#sidebar #suscribete .rss{

	display: block;
	clear: both;
	margin: 0px auto;
	padding-top: 20px;
}

#sidebar #suscribete p{

	text-align: justify;
	color: #1F3E73;
	font-size: 12px;
	margin: 5px 10px;
}

#sidebar #suscribete input[type=text]{

	margin: 5px auto;
	display: block;
	width: 185px;
	padding: 0px 5px;
	padding-right: 42px;
	height: 40px;
	border: none;
	background: url('images/suscribete-input.png') no-repeat;
}

#sidebar #suscribete input[type=image]{

	float: right;
	margin-right: 5px;
}

#sidebar #twitter{

	text-align: center;
	border-bottom: 1px solid #B1BDD1;
	height: 61px;
}

#sidebar #twitter img{

	margin: 6px 0px;
}

#sidebar #libro{

	text-align: center;
	border-bottom: 1px solid #B1BDD1;
}

#sidebar #libro img{

	diplay: block;
	margin: 10px auto;
}

#sidebar #mercado{

	text-align: center;
	border-bottom: 1px solid #B1BDD1;
}

#sidebar #mercado img{

	diplay: block;
	margin: 10px auto;
}

/*Libros recomendados*/
/*-----------------------------------------------*/
#sidebar .widget_amzscwidget .widget-title{

	background: url('images/libros_recomendados.png') no-repeat;
	height: 30px;
	text-indent: -9999px;
	margin: 10px;
}

#sidebar .widget_amzscwidget .amzshcs-item{

	padding: 10px;
	padding-top: 0px;
	clear: both;
}

#sidebar .widget_amzscwidget .amzshcs-item img{

	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}

#sidebar .widget_amzscwidget .amzshcs-item h2{

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #253D73;
	font-size: 16px;
}

/*Cursos*/
/*-----------------------------------------------*/

#sidebar .cursos{

	border-top: 1px solid #BAC4D4;
	padding: 10px;
	clear: both;
	margin-top: 20px;
}

#sidebar .cursos h2{

	color: #1F3E73;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
}

#sidebar .cursos img{

	margin-bottom: 2px;
}

#sidebar .cursos h3{

	font-size: 13px;
	color: #1F3E73;
}

#sidebar .cursos article{

	margin-bottom: 20px;
}

/*Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#footer{

	height: 140px;
	padding-top: 10px;
	width: 895px;
	margin: 0 auto;
	background: #244072 url('images/fondo_footer.png') center top no-repeat;
}

#footer .aviso-privacidad{

	float: left;
	padding: 20px;
}

#footer #logos{

	float: right;
	margin-top: 13px;
	margin-right: 10px;
}

/*Secciones*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

/*Home*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo .post{

	margin: 10px;
	margin-bottom: 20px;
}

#cuerpo .post h2{

	border-bottom: 1px solid #BAC4D4;
	padding-bottom: 5px;
	clear: both;
}

#cuerpo .post h2 a{

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #253D73;
}

#cuerpo .post .rt{

	float: left;
	margin-top: -31px;
	width: 140px;
	height: 24px;
	margin-left: 30px;
}

#cuerpo .post .linkedin{

	float: left;
	margin-top: -31px;
	width: 20px;
	height: 24px;
}

#cuerpo .post .like{

	float: left;
	margin-top: -31px;
	width: 90px;
	height: 24px;
	margin-left: 140px;
}

#cuerpo .post .wp-post-image{

	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 161px;
	height:161px;
	background: url('images/imagen-post.png');
	padding: 1px 4px 7px 4px;
}

#cuerpo .post .the-excerpt{

	text-align: justify;
	color: #1D1D1D;
}

#cuerpo .post p.posted-on{

	border-bottom: 1px solid #BAC4D4;
	padding-bottom: 5px;
	color: #656565;
	text-align: right;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 5px;
}

#cuerpo .post p.posted-in{

	border-top: 1px solid #BAC4D4;
	border-bottom: 1px solid #BAC4D4;
	margin: 5px;
	padding: 5px 0px;
	color: #656565;
	font-size: 11px;
	margin-top: 30px;
}

#cuerpo .post p.posted-on a{

	font-size: 11px;
	color: #656565;
}

#cuerpo.index #splash{

	height: 308px;
	border-bottom: 1px solid #B5C1D3;
	margin-bottom: 10px;
	width: 646px;
}

#cuerpo.index #splash .sharedaddy{

	display: none;
}

#cuerpo.index #splash .slide{

	border-bottom: 1px solid #B5C1D3;
	height: 280px;
}

#cuerpo.index #splash .wp-post-image{

	float: left;
	margin: 5px;
	margin-right: 0px;
	background: url('images/imagen-splash.png') center center no-repeat;
	width: 340px;
	height: 260px;
	padding: 1px 4px 7px 4px;
}

#cuerpo.index #splash .autor{

	float: left;
	width: 293px;
	height: 41px;
	border-bottom: 1px solid #B5C1D3;
}

#cuerpo.index #splash .autor p{

	float: left;
	font-size: 11px;
	color: #244072;
	padding: 5px 0px;
}

#cuerpo.index #splash .autor .avatar{

	float: left;
	margin: 5px;
}

#cuerpo.index #splash .autor .rt{

	float: right;
	margin: 10px 0px;
}

#cuerpo.index #splash .postinfo{

	float: left;
	width: 293px;
	margin-left: 0px;
}

#cuerpo.index #splash h2{

	margin: 10px;
	font-size: 16px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #253D73;
}

#cuerpo.index #splash .excerpt{

	margin: 10px;
	text-align: justify;
	line-height: 1.4;
}

#cuerpo.index #nav{

	float: right;
	position: relative;
	margin-top: -35px;
	z-index: 2;
	margin-right: 3px;
}

#cuerpo.index #nav a{

	display: block;
	width: 20px;
	height: 19px;
	position: relative;
	margin-left: 3px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	float: left;
	background: url('images/boton_nav.png');
	padding-right: 3px;
}

/*Single*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo.single h1.title{

	font-size: 20px;
	margin: 5px;
	border-bottom: 1px solid #BAC4D4;
	padding-bottom: 5px;
}

#cuerpo.single p.posted-on{

	border-bottom: 1px solid #BAC4D4;
	margin: 5px;
	padding-bottom: 5px;
	color: #656565;
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
}

#cuerpo.single .rt{

	float: left;
	margin-top: -28px;
	width: 140px;
	height: 24px;
	margin-left: 40px;
}

#cuerpo.single .linkedin{

	float: left;
	margin-top: -28px;
	width: 20px;
	height: 24px;
	margin-left: 10px;
}

#cuerpo.single .fblike{

	float: left;
	margin-top: -28px;
	width: 90px;
	height: 24px;
	margin-left: 150px;
}

#cuerpo.single p.posted-in{

	border-bottom: 1px solid #BAC4D4;
	margin: 5px;
	padding-bottom: 5px;
	color: #656565;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#cuerpo #the-content{

	margin: 5px 15px;
}

#cuerpo #the-content .alignleft{

	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#cuerpo #the-content .alignright{

	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#cuerpo #the-content .aligncenter{

	display: block;
	margin: 10px auto;
}

#cuerpo #the-content p{

	margin: 10px 0px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 14px;
	text-align: justify;
}

#cuerpo #the-content a{

	color: #036CD1;
	text-decoration: underline;
}

#cuerpo #the-content blockquote{

	margin: 0px 20px !important;
	font-style: italic !important;
	font-family: Georgia, serif;
}

#cuerpo #the-content h1{

	margin: 10px 0px;
	line-height: 1.2;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #1F3E74;
}

#cuerpo #the-content h2{

	margin: 10px 0px;
	line-height: 1.2;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #1F3E74;
}

#cuerpo #the-content h3{

	margin: 10px 0px;
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #1F3E74;
}

#cuerpo #the-content h4{

	margin: 10px 0px;
	line-height: 1.2;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #1F3E74;
}

#cuerpo #the-content table{

	max-width: 95%;
	margin: 0 auto;
	border: 1px solid #244072;
}

#cuerpo #the-content table td,
#cuerpo #the-content table th{

	vertical-align: middle;
	padding: 5px;
	border: none;
}

#cuerpo #the-content table th{

	text-align: center;
}

#cuerpo #the-content table tr:nth-child(even) td{ background: #CFDFE9; }
#cuerpo #the-content table tr:nth-child(odd) td{ background: #EFF8FF; }

#cuerpo #the-content ol{

	list-style-type: decimal;
	margin: 15px 0px;
	margin-left: 1.5em;
}

#cuerpo #the-content ol li{

	list-style-type: decimal;
	margin: 10px 0px;
	text-align: justify;
}

#cuerpo #the-content ul{

	list-style-type: square;
	margin: 15px 0px;
	margin-left: 1.5em;
}

#cuerpo #the-content ul li{

	list-style-type: square;
	margin: 10px 0px;
	text-align: justify;
}

#cuerpo #the-content .wp-caption-text{

	font-size: 12px;
	font-style: italic;
	margin: 5px;
}

.single .wp_likes{

	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single #cuerpo .social{

	padding-top: 5px;
	margin-top: 20px;
	border-top: 1px solid #BAC4D4;
	height: 30px;
}

.single #cuerpo .social{


}

.single #cuerpo .social .rt{ margin-top: 0px; }
.single #cuerpo .social .linkedin{ margin-top: 0px; }
.single #cuerpo .social .fblike{ margin-top: 0px; }

.single .comments{

	padding-top: 20px;
	clear: both;
}

/*Relacionados*/
/*-------------------------------------------------------*/
#cuerpo.single #relacionados{

	clear: both;
	border-bottom: 1px solid #BAC4D4;
}

#cuerpo.single #relacionados h2{

	padding: 10px;
	border-bottom: 1px solid #BAC4D4;
	border-top: 1px solid #BAC4D4;
	margin-top: 20px;
	font-size: 20px;
	color: #333;
}

#cuerpo.single #relacionados .relacionado{

	padding: 10px;
}

/*Comentarios*/
/*-------------------------------------------------------*/
#cuerpo.single #comentarios .form-allowed-tags{

	display: none;
}

#cuerpo.single h2.comentarios{

	padding: 10px;
	border-bottom: 1px solid #BAC4D4;
	border-top: 1px solid #BAC4D4;
	margin-top: 20px;
	font-size: 20px;
	color: #333;
}

#cuerpo.single #comentarios{

	margin: 10px 20px;
}

/*Tag y Search*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo.tag h1.titulo,
#cuerpo.search h1.titulo{

	background: #738FB2;
	color: white;
	border-bottom: 1px solid #BAC4D4;
	padding: 8px;
	font-size: 20px;
	margin-bottom: 15px;
}

/*Category*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo.category h1.titulo{

	background: #738FB2;
	color: white;
	border-bottom: 1px solid #BAC4D4;
	padding: 8px;
	font-size: 20px;
	margin-bottom: 15px;
}

/*Recomendaciones*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo.page .amzshcs-item{

	padding: 10px;
	padding-top: 0px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	text-align: center;
}

#cuerpo.page .amzshcs-item{

	padding: 10px;
	padding-top: 0px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	text-align: center;
}

.recomendaciones #cuerpo.page h1{

	clear: both;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1F3E74;
}

#cuerpo.page .amzshcs-item img{

	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid #BCC5D4;
}

#cuerpo.page .amzshcs-item h2{

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #253D73;
	font-size: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#cuerpo.page .amzshcs-item p{

	text-align: center !important;
	font-size: 11px !important;
	margin: 0px !important;
	padding: 0px !important;
}

/*Page*/
/*------------------------------------------------------------------------------------------------*/
.glosario-financiero #buscador{

	margin: 10px;
	position: relative;
}

.glosario-financiero .intro{

	margin: 10px;
	text-align: justify;
}

.glosario-financiero .agregar{

	margin: 10px;
	color: #294E96;
	font-weight: bold;
	text-align: justify;
	font-size: 15px;
}

.glosario-financiero .agregar a{

	background: #2A4E97;
	padding: 5px 10px;
	line-height: 20px;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.glosario-financiero #buscador .loader{

	position: absolute;
	right: 105px;
	top: 6px;
	display: none;
}

.glosario-financiero .letras{

	background: #2A4E97;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 10px;
	padding: 5px;
}

.glosario-financiero .letras a{

	color: white;
	padding: 0px 6px;
	cursor: pointer;
}

.glosario-financiero #buscador input[type=text]{

	background: url('images/input-glosario.png');
	width: 512px;
	padding: 0px 10px;
	height: 28px;
	line-height: 28px;
	border: none;
	float: left;
}

.glosario-financiero #buscador input[type=image]{

	float: right;
}

.glosario-financiero .termino{

	margin: 15px 20px;
}

.glosario-financiero .termino h2{

	font-size: 13px;
	color: #294E96;
	margin-bottom: 3px;
}

.glosario-financiero .termino p{

	text-align: justify;
	margin-bottom: 5px;
}

.glosario-financiero .ver-todo a{

	display: block;
	color: white;
	background: #2A4E97;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	float: right;
	margin-right: 10px;
}

.glosario-financiero #forma-glosario{

	display: none;
	padding: 10px;
}

.glosario-financiero #forma-glosario label{

	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: -10px;
}

.glosario-financiero #forma-glosario p{

	margin-bottom: 5px;
}

.glosario-financiero #forma-glosario input[type=text]{

	border: 1px solid gray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.glosario-financiero #forma-glosario textarea{

	border: 1px solid gray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	font-weight: bold;
	padding: 3px;
	resize: none;
}

.glosario-financiero #forma-glosario input[type=text]:focus,
.glosario-financiero #forma-glosario textarea:focus{

	border: 1px solid #16377D;
}

/*Page*/
/*------------------------------------------------------------------------------------------------*/
#cuerpo.page h1.titulo{

	background: #738FB2;
	color: white;
	border-bottom: 1px solid #BAC4D4;
	padding: 8px;
	font-size: 20px;
	margin-bottom: 15px;
}

.los-autores #cuerpo.page img{

	border-radius: 5px;
	border: 1px solid #BEC7D6;
}

.los-autores #cuerpo.page img.twitter{

	border-radius: 0;
	border: none;
	position: relative;
	margin-bottom: -3px;
}

.los-autores #cuerpo.page p{

	font-size: 13px;
}

.los-autores #cuerpo.page p strong{

	font-family: Georgia, serif;
}

.los-autores #the-content h3,
.the-authors #the-content h3{

	clear: both;
}

.ligas #cuerpo.page .widget_mylinkorder{

	list-style-type: none !important;
}

/*Private Equity*/
/*------------------------------------------*/
.private-equity-venture-capital #cuerpo #the-content p{

	margin: 0px !important;
	padding: 0px !important;
}

.private-equity-venture-capital #cuerpo #the-content{

	margin: 0px;
	padding: 0px;
	margin-top: -15px;
}

.private-equity-venture-capital #cuerpo #the-content img{

	margin: 0px !important;
	padding: 0px !important;
	position: relative;
}

/*Landing Mercado*/
/*------------------------------------------*/

.mercado-de-deuda-para-empresas #cuerpo.page img{ margin: 0px 30px; }

/*Landing Capital Emprendedor*/
/*------------------------------------------*/

.capital-emprendedor #cuerpo.page h1.titulo{ display: none; }

.capital-emprendedor #cuerpo.page{

	background: url('images/fondo_libro2.jpg') center top no-repeat;
	min-height: 500px;
	padding-top: 340px;
}

.capital-emprendedor .compra-libro2{

	margin-left: 280px;
	margin-bottom: 60px;
}

.capital-emprendedor #cuerpo .wpcf7{

	width: 345px;
	margin-left: 260px;
	height: 280px;
}

.capital-emprendedor #cuerpo .wpcf7 p{

	margin-bottom: -18px !important;
}

.capital-emprendedor #cuerpo .wpcf7 label{

	position: relative;
	z-index: 2;
	padding-left: 5px;
	font-style: italic;
}

.capital-emprendedor #cuerpo .wpcf7 p.comentarios{

	margin-top: -10px !important;
	margin-bottom: -10px;
}


.capital-emprendedor #cuerpo .wpcf7 p.comentarios label{

	color: white;
	padding-bottom: 2px !important;
	margin-bottom: 2px !important;
}

.capital-emprendedor #cuerpo .wpcf7 p.submit{

	padding-top: 63px;
	text-align: right;
}

.capital-emprendedor #cuerpo .wpcf7 p.submit input{

	float: right;
	margin-right: 7px;
	background: white;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #C5CDDC;
	padding: 5px 10px;
}

.capital-emprendedor #cuerpo .wpcf7 input[type=text],
.capital-emprendedor #cuerpo .wpcf7 input[type=email]{

	border: none;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 274px;
	padding-left: 60px;
	position: relative;
	top: -21px;
}

.capital-emprendedor #cuerpo .wpcf7 textarea{

	border: none;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 329px;
	position: relative;
	margin-top: 3px;
	margin-bottom: -50px !important;
	height: 50px;
	font-size: 12px;
	resize: none;
	font-family: Arial, sans-serif;
}

.capital-emprendedor #cuerpo .wpcf7 .wpcf7-not-valid-tip{

	font-size: 11px;
	background: red;
	color: white;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 200px;
	margin-top: -28px;
	margin-left: 64px;
	text-align: center;
}

.capital-emprendedor #cuerpo .wpcf7 .wpcf7-response-output{

	font-size: 11px;
	background: white;
	color: #333;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: -20px;
	margin-left: 0px;
}

/*	   ______                _ __          ______    ___ __             _       __
	  / ____/___  ____ ___  (_) /____     / ____/___/ (_) /_____  _____(_)___ _/ /
	 / /   / __ \/ __ `__ \/ / __/ _ \   / __/ / __  / / __/ __ \/ ___/ / __ `/ /
	/ /___/ /_/ / / / / / / / /_/  __/  / /___/ /_/ / / /_/ /_/ / /  / / /_/ / /
	\____/\____/_/ /_/ /_/_/\__/\___/  /_____/\__,_/_/\__/\____/_/  /_/\__,_/_/
	                                                                              */

.comite-editorial-2 .elemento{

	background: none repeat scroll 0 0 #CCCCCC;
	float: left;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	width: 278px;
}

.comite-editorial-2 .elemento img{

	float: left;
	height: 150px;
	width: auto;
	margin-right: 10px;
	border: 2px solid white;
}

.comite-editorial-2 .elemento h2{

	margin-left: 170px;
	font-size: 20px;
}

.comite-editorial-2 .elemento h2 span{

	display: block;
	font-size: 12px;
}