﻿body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 0;
	color: #666;
	background: #d8ebf1 !important;
}
body #mainwrapper a {color: #356088;}
body #mainwrapper #leftcontent .post h1 {color: #356088 !important;}

hr {
  border: 1px #CBCBCB dotted;
  width: 95%;
}
/*===================== Corrección de estilos importados desde Word ===================*/
body #mainwrapper #leftcontent .post div.entry p, body #mainwrapper #leftcontent .post div.entry font, body #mainwrapper #leftcontent .post div.entry span {
	font-size:14px !important;
	font-family: Helvetica, Arial, sans-serif !important;
}
/*===================== Contenidos ===================*/
body #header {
	position:relative;
	display:block;
}
body #header .headerimage img {
	margin:0;
	padding:0;
}
body #header .headerimage {
	float:left;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:16px;
}
body #header #description {
	position:absolute;
	left:30%;
	bottom:45%;
	font-size: 17px;
	padding: 0;
	clear: none;
	float: left;
	width: 30%;
	margin-bottom:10px;
	margin-top:10px;
	margin-right: 16px;
	margin-left: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
body #header #header-widgets {
	padding: 0;
	clear: none;
	float: right;
	text-align:right;
	width: 30%;
	margin-bottom:10px;
	margin-top:10px;
	margin-right: 16px;
	margin-left: 16px;
	color:#666;
}

body #mainwrapper a.more-link {
	width:auto;
	background-color: #356088;
	color:#FFF;
	float:right;}
body #mainwrapper #leftcontent .post h2, body #mainwrapper #leftcontent #twocol .post h2, body.paged #mainwrapper #leftcontent .post h2 {
	font-size:1.7em;
	line-height:1.1em;
}
body #mainwrapper #leftcontent .post h2 a {
	
	display:block;
}
/*=== Destacado portada ==*/
body.home #mainwrapper #leftcontent:first-child div.post h2 {
	font-size:2.4em;
	line-height:1.2em;
}
/*===================== Formularios ===================*/

form {
	color: #666666;
	vertical-align:middle;
}

form label {
	font-size: 1em;
	line-height:normal;
	display:block;
	margin-bottom:0.5em;
	width:100%;
	float:left;
	padding:0;
	z-index:10;
}
form div label {
	clear:both;
}
legend {
	padding:0.5em;
	font-size: 1em;
	color: #666666;
}
fieldset {
	border: none;
}
textarea {
	color: #000000;
	font-size: 1em;
	line-height:1.2em;	
	border: 1px solid #999999 !important;
	vertical-align:middle;
	background-color: #FFF !important;
	padding: 0.3em;
	margin-left:0em !important;
	margin:0;
	display:block;
	width:95%;
	float:left;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:10;
}
input.campo, select.campo, input.texto, select.texto, input[type=text], input[type=textarea] {
	color: #000000;
	font-size: 1em;
	line-height:1.2em;	
	border: 1px solid #999999;
	vertical-align:middle;
	background-color: #FFF;
	padding: 0.3em;
	margin:0;
	display:block;
	width:95%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:10;
}
.ie7 .c50 input.texto {
	width:90%;
}
.c50 input.texto {
	width:100%;
}
input.boton {
	color: #333;
	background-color:#CCC;
	font-size:1.1em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	text-align:center;
	vertical-align: middle;
	margin-left: 0.4em;
	margin-bottom:0.5em;
	display:block;
	width:auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
input.boton:hover {
	cursor: pointer;
}
input.enviar {
	font-weight:bold;

}

input[type=submit] {
	float:right;
	cursor:pointer !important;
	color:#FFF;
}

input[type=submit]:hover {
	float:right;
	background:#FFF;
	color:#000;
}

.captcha {
	float:left;
	width:25%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
}
.captcha img {
	display:inline;
	float:left;
	clear:none;
	vertical-align:middle;
	margin-bottom:0.3em;
	margin-right:1%;
}
.captcha .texto {
	width:60px;
	clear:none;
	float:left;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
}
.publicar {
	text-align:center;
	margin-bottom:1em;
	width:50%;
	float:left;
	
	clear:right;
}
.aviso {
	text-align:left;
	margin-bottom:1em;
	margin-left:0%;
	padding-top:0.5em;
	font-size:0.9em;
	width:65%;
	float:left;
}
form .izda .texto {
	width:92%;
}


div.subir {
	overflow: hidden;
	cursor: pointer;
	height:100%;
	width:55px;
	background-image: url(entorno/icons/boton_subir.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
div.subir {
	cursor:auto;
	background-image:none;
	cursor:auto;
}

div.subir input.subir {
	position: relative;
    height: 23px;
    width: 55px;
	display:block;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
	
}
form div.nota {
	display:block;
	clear:both;
	float:left;
	width:100%;
	font-size:0.8em;
	margin-bottom:1.6em;
}



/*=========================================== MENSAJES ================================================*/
.error {
	color: #990000;
	padding: 0.3em;
	border: 1px solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-align:center;
	margin-bottom:0.5em;
	background-color: #EEEEEE;
}
.victoria {
	font-size: 1.2em;
	color: #006666;
}
.legal {
	font-size:0.8em;
	color:#999;
	padding:0.3em;
}

/*============================================ Recursos Gráficos y estilísticos ============================================*/

/*================ WP Form 7 ========*/
form.wpcf7-form {
	clear:both;
	display:block;
	width:100%;
	float:left;
	
}
form div.wpcf7-response-output {
	float:left;
	z-index:2000;
	background-color:#FFF;
	position:relative;
	margin-top:0;
}
.wpcf7-not-valid-tip {
	z-index:5000 !important;
	position:relative;
}