#contenedor-preevid,
#contenedor-mensaje {
	padding:0 10px;
}

h3 {
	padding:20px 0;
}
ol.romanomy {
  	counter-reset: romanomy 0;
}
ol.numero {
	counter-reset: numero 0;
}
#encabezado-preevid {
	color:transparent;
	background:url('../imagenes/preevid-respondemos.gif') no-repeat center top;
	justify-content: center;
}
#encabezado-preevid * {
	flex-basis:100%;
	margin:0;
}
#encabezado-preevid h1 {
	height:80px;
}
h1 a {
	color:transparent;
	display: block;
}
h2 {
	text-align: center
}
h2.respuesta {
	text-align: left;
	font-size: 100%;
}
div.respuesta {
	padding:0 20px;
}
div.respuesta p,
div.respuesta ul li {
	text-align: justify;
}
#menu-preevid,
.resultados,
ul#temas,
#contenedor-preevid ul  {
	margin:0;
	padding:0;
}

#contenedor-preevid ol {
	margin: 0;
	padding: 0 0 0 20px;
}
#menu-preevid li {
	flex:100%;
	margin-bottom:10px;
}
#menu-preevid a {
	display:block;
	background:#008310;
	color:#fff;
	text-align:center;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	height: 100%;
}
div.menu-no-principal {
	border-bottom:1px dotted #FF7400;
	border-top:1px dotted #FF7400;
	padding-bottom:10px;
	align-items: center;
}
.resultados a,
.resultados a:visited {
	color:#555;
	display:block;
	padding:10px 0;
	font-size:110%;
}
.resultados li {
	border-bottom:1px dotted #FF7400;
	padding:10px 0;
}
.resultados li span {
	background:#FF7400;
	color:#fff;
	padding:0 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#temas a,
a#categorias,
a.tema-actual {
	background:#008310;
	color:#fff;
	padding:5px 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin:5px;
}
#temas a {
	display: inline-block;
}
#temas li:first-child a,
a#categorias {
	background:#f00;
}

#preevid-buscador {
	flex-basis:100%;
	background: #ccc;
	padding:10px;
}
#preevid-buscador * {
	margin:5px 10px;
}
.preevid-aviso {
	border:1px dotted #aaa;
	padding:10px;
	background:#d3f8d8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logos_compartir div {
	display:none;
}

#logos_compartir,
#logos_compartir ul {
	 display: -webkit-flex;
    -webkit-flex-direction: row;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:0;
    margin:0 10px;
    justify-content:space-around;
    align-items: center;
    align-content: center;
}
#logos_compartir ul li {
	margin:0 10px;
}
#logos_compartir {
	padding:10px;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}
span.original {
	display:block;
	font-size:70%;
	color:#f00;
}
div.contenedor-respuesta {
	max-width: 900px;
	margin:0 auto;
}
div.contenedor-respuesta ul li,
.preevid-aviso ul li {
	background:url('../imagenes/accept_peq.jpg') left 5px no-repeat;
	padding-left:25px;
}

div.contenedor-respuesta ul.nobullet li {
	background:none;
	padding-left:0;
}
ol.romanomy,
ol.numero {
	list-style:none;
}
ol.romanomy li,
ol.numero li {
	margin-top:10px;
}
ol.numero li::before,
ol.romanomy li::before {
    color: white;
    background: #FF7400;
    width:30px;
    border-radius: 50%;
    text-align: center;
    margin-right:10px;
    display: inline-block;
}
ol.numero li:before {
	counter-increment: numero;
    content: counter(numero);
}
 ol.romanomy li:before {
	counter-increment: romanomy;
    content: counter(romanomy, upper-roman);
}
div.preevid_advertencia p {
	font-size:80%;
}
.form-preevid {
	border:1px dotted #aaa;
	padding:10px;
	margin-top:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
}
.form-preevid * {
	flex-basis:100%;
	max-width: 100%;
}

.form-preevid label {
	color:#555;
	font-weight: bold;
}

.form-preevid h3 {
	font-size:100%;
}
.form-preevid h3 > label {
	color:#FF7400;
}

.form-preevid span.varias {
	display:block;
	color:#ccc;
}

.form-preevid.feedback label,
.form-preevid.feedback h3 {
    display: -webkit-flex;
    -webkit-flex-direction: row;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form-preevid span.numero {
	color:#fff;
	background:#FF7400;
	padding:5px 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	flex: 0 0 10px;
	display:block;
	margin-right:10px;
	box-sizing: border-box;
}

.form-preevid span.numero + span {
	flex:0 1 85%;
}


.form-preevid div.datos-personales {
	flex-basis:100%;
	background:#ddd;
	border:1px solid #ccc;
	padding:10px;
}
.form-preevid.feedback span.check,
.form-preevid.feedback p.check {
	border:1px solid #FFAA64;
	padding:5px 10px;
	margin:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	display:inline-block;
}

.form-preevid.feedback p.check {
	width:90%;
	box-sizing: border-box;
}

.form-preevid.feedback span.check:hover,
.form-preevid.feedback p.check:hover {
	background:#FFD6B3;
	cursor:pointer;

}

.form-preevid .check > input {
	color:#fff;
	border:transparent;
	background:transparent;
	width:1px;
	position:relative;
	z-index: -100;
}

.form-preevid .check > input + span.checked::before {
	content:'';
	background-image: url('../imagenes/not.checked.png');
	width: 30px;
	height:19px;
	background-size: contain;
	display:inline-block;
	margin:0px 5px 0 -10px;
	position:relative;
}
.form-preevid .check > input:checked + span.checked::before {
	content:'';
	background-image: url('../imagenes/checked.png');
	width: 30px;
	height:19px;
	background-size: contain;
	display:inline-block;
	margin:0px 5px 0 -10px;
}

form div.solicitud_feedback,
div.solicitud_feedback {
	font-size:120%;
	color:#555;
	background:#FFD6B3;
	border:1px solid #FF7400;
	padding:10px;
	border-radius: 5px;
	margin-bottom:0px;
	flex-basis:100%;
}


.solicitud_feedback q {
	font-weight: bold;
}
.form-preevid label strong {
	color:#f00;
	text-transform: uppercase;
}
.form-preevid input[type="text"],
.form-preevid input[type="number"],
.form-preevid input[type="email"],
.form-preevid textarea,
.form-preevid select,
#formulario_correo input,
#formulario_correo textarea {
	background: linear-gradient(rgba(205,234,254,0.9), rgba(227,244,254,0.9));

    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #555;
    font-size:120%;
    margin-bottom:10px;
}
.form-preevid input[type="submit"],
.form-preevid input[type="button"],
.form-preevid input[type="reset"],
#formulario_correo input[type="submit"],
#formulario_correo input[type="button"] {
	background: #555;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size:120%;
    padding:10px;
}

.form-preevid textarea#pregunta {
	width:99%;
}
.form-preevid input[type="text"]#otro_perfil_profesional {
	background: linear-gradient(rgba(234,218,155,0.9), rgba(241,238,224,0.9));
}
ul.mis-preguntas li {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
ul.mis-preguntas li:first-child {
	border-top:1px solid #ccc ;
}
span.estado {
	background: #555;
	color:#fff;
	padding:2px 5px;
	border-radius:5px ;
	-webkit-border-radius:5px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:120%;
  color:#555;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
	color:#ccc;
	content:close-quote;
	 font-size: 4em;
  	line-height: 0.1em;
  	margin-left: 0.25em;
  	vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
span.ingles {
	color:#444;
	font-size:75%;
	display:block;
}


@keyframes ocultaradvertencia {
  from {top:0px;}
  to {top:-1000px;}
}
div.advertencia-preevid-off {
	background:rgb(204,204,204,0.8);
	position: fixed;
	top:-1000px;
	left:0;
	width:100%;
	height:1000px;
	margin:0 auto;
	z-index:99999;
	animation:ocultaradvertencia;
	animation-duration: 1s;
}
div.advertencia-preevid {
	background:rgb(204,204,204,0.8);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:1000px;
	margin:0 auto;
	z-index:99999;
	max-width: 100%;
	box-sizing: border-box;
}
div.advertencia-preevid p.cerrar,
div.advertencia-preevid-off p.cerrar {
	text-align:center;
	padding:10px;
}
div.advertencia-preevid p.cerrar a,
div.advertencia-preevid-off p.cerrar a {
	color:#fff;
	background:#333;
	padding:5px 20px;
}


div.advertencia-preevid > div,
div.advertencia-preevid-off > div {
	display:block;
	margin:0 auto;
	width:95%;
	max-width:600px;
	border:1px solid #333;
	background:rgb(255,255,255,0.8);
	padding:30px;
	font-size:100%;
	color:#555;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:100px;
	box-sizing: border-box;
}
div.contenedor-respuesta div[itemprop='articleBody'] {
	line-height: 180%;
}
div.contenedor-respuesta *,
ol#referencias * {
  word-wrap: break-word;
}


div.contenedor-respuesta div[itemprop='articleBody'] p:first-letter {
  font-size:120%;
  font-weight: bold;
  padding-left:1em;
}
div#contenedor-preevid.contenedor-respuesta ul,
div#contenedor-preevid.contenedor-respuesta ol {
	margin-left:2em;
}
@media (min-width: 768px) {
	h2.respuesta {
		font-size: 150%;
	}
	#menu-preevid {
		align-content:stretch;
	}
	#menu-preevid li {
		flex:1 1 15%;
		margin:0 1%;
	}

	#contenedor-preevid,
	#contenedor-mensaje {
		padding:10px 50px;
	}

	#encabezado-preevid {
		color:transparent;
		background:url('../imagenes/preevid-respondemos-p.png') no-repeat right center;
		justify-content: flex-start;
		margin-bottom:10px;
	}
	#encabezado-preevid * {
		margin-right:10px;
		flex-basis: auto;
	}
	#encabezado-preevid h1 {
		height:auto;
	}
	#encabezado-preevid h1 a{
		background:url('../imagenes/home-preevid.png') left center no-repeat;
		height: auto;
		padding-left:50px;
	}
	#encabezado-preevid h1,
	#encabezado-preevid h2 {
		font-size:140%;
		margin-top:0;
		margin-bottom:0;
	}
	h1 a {
		color:#FF7400;
	}




	.form-preevid input[type="text"],
	.form-preevid textarea,
	.form-preevid select,
	.form-preevid input[type="submit"],
	.form-preevid input[type="button"],
	.form-preevid input[type="reset"],
	.form-preevid input[type="number"],
	#formulario_correo input {
		font-size:100%;
	}
	.form-preevid input[type="number"] {
		width:50px;
	}
	.form-preevid span,
	.form-preevid div {
		flex-basis:48%;
	}
	.form-preevid span * {
		flex-basis:100%;
	}
	#formular-pregunta {
	    display: -webkit-flex;
	    -webkit-flex-direction: row;

	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: stretch;
	}
	#formular-pregunta div.preevid-aviso {
		flex:1 1 24%;
		margin:10px;
	}
	.form-preevid {
		flex:1 1 768px;
		margin:10px;
		box-sizing: border-box;
	}
	.resultados a,
	.resultados a:visited {
		display: inline;
	}
	div.advertencia-preevid > div {
		font-size:150%;
	}
}
@media (min-width: 1024px) {

}