#ctl00_ContentPlaceHolder1_nuevo
{
    margin: 5px;
}

.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 50%;
	padding: 10px 0 20px;
	float: left;
}
.cbp-mc-column3 {
	width: 33%;
	padding: 10px 10px 20px;
	float: left;
}

.cbp-mc-column4 {
	width: 50%;
	padding: 10px 0 20px;
	float: left;
}

.cbp-mc-column5 {
	width: 30%;
	padding: 100px 0 20px;
	float: left;
}

.cbp-mc-column6 {
	width: 70%;
	padding: 10px 0 20px;
	float: left;
}

.cbp-mc-form label {
	display: block;
/*	padding: 40px 5px 5px 2px;*/
	font-size: 1.1em;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
/*	cursor: pointer;*/
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #fff;
	display: block;
	width: auto;
	background: transparent;
    margin-right: 10px;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #fff;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	/*border: 3px solid #10689a;*/
	border: 3px solid #727272;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    /*color: #10689a;*/
    color: #bbb;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #10689a;*/
    color: #727272;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #727272;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /*color: #10689a;*/
    color: #bbb;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	/*background: #10689a;*/
	background: #727272;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
    .cbp-mc-column3 {
		width: 50%;
	}
	.cbp-mc-column3:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
    .cbp-mc-column3 {
		width: 100%;
		padding: 10px;
	}
}

#cuerpo #apartado .contenido .bloque .coberturas_plan1.sin_margen{
    margin: 0;
    min-height: 70px;
    padding: 5% 12% 0 5%;
}
#cuerpo #apartado .contenido .bloque .coberturas_plan1.sin_margen.ok{
    margin: 0;
    min-height: 70px;
    padding: 1%;
    color: #003D8F;
  /*background: url("../img/ok.gif") no-repeat 2% 40%;*/
}
#cuerpo #apartado .contenido .bloque .coberturas_plan1.sin_margen.no{
    margin: 0;
    min-height: 70px;
    padding: 5% 12% 0 5%;
	background: url("../img/no.gif") no-repeat 2% 40% #f6f6f6;
	color : #727272;
}
#cuerpo #apartado .contenido .bloque .coberturas_plan.efecto_limpio.ok ul li{
    margin: 0;   
	background: none;

    color:#000;
	text-align:left;
	font-size: 13px !important;
    font-weight: bold;
    line-height: 24px;
}

#cuerpo #apartado .contenido .bloque .coberturas_plan1.sin_margen ul 
{
	margin:0;
	padding-left: 8%;
}
#cuerpo #apartado .contenido .bloque .coberturas_plan1.sin_margen ul li{
    color: #333;
    font-size: 13px;
    line-height: 20px;
    margin:0;
    width: auto;
    text-align:left; 
    
}

/* Tabla Responsive
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
    .preguntas table, .preguntas thead, .preguntas tbody, .preguntas th, .preguntas td, .preguntas tr {
        display: block;
    }
	
	/* Hide table headers (but not display: none;, for accessibility) */
    .preguntas thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .preguntas tr {
        border: 1px solid #ccc;
    }

    .preguntas td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee; */
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .preguntas td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
	
	/*
	Label the data
	*/
    .preguntas td:nth-of-type(1):before {
        content: "Pregunta";
    }
    .preguntas td:nth-of-type(2):before {
        content: "Si";
    }
    .preguntas td:nth-of-type(3):before {
        content: "No";
    }
}