@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}

.clr {
	clear: both;
}
p {
	padding-bottom: 15px;
}

a {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	padding-bottom: 8px;
}

.alignleft  {
	float: left;
	padding-right: 10px;
}

.alignright {
	float: right;
	padding-left: 10px;
}

.tituloShort {
	margin-bottom: 8px;
	padding: 0 0 6px 0;
	background: url(../images/puntos.png) bottom right repeat-x;
	display: inline-block;
	text-align: right;
	float: right;
}

#envoltura {
	position: relative;
	min-height: 100%;
	width: 1230px;
	margin: auto;
	background: #fff;
}

#lateral {
	width: 270px;
	float: left;	
	position: absolute;
	background: #fff;
	height: 100%;
	z-index: 100;
}
a#logo {
	width: 270px;
	height: 104px;
	background: url(../images/logo.png) top left no-repeat;
	display: block;
}

.gde-frame {
	padding: 1px;
	border: 1px solid #ddd;
}
a.descarga {
	width: 114px;
	height: 29px;
	background: url(../images/decarga.png) left top no-repeat;
	display: block;
	margin: 15px 0;
	float: right;
}

#contenedor {
	width: 100%;
	float: right;
	margin-left: -270px;
}
#contenido {
	margin-left: 270px;
	padding: 40px 30px !important;
	width: 900px;
	display: block;
}

#contenido img {
	padding-bottom: 12px;
}


/* MENU LATERAL */

#menu {
	width: 270px;
	text-transform: uppercase;
}

#menu li.current_page_item> a, #menu li.current-menu-item> a , #menu li.current-menu-parent >a{
	font-weight: bold !important;
	text-decoration: underline !important;
}
#menu li.current-menu-parent >a{
	margin-bottom: 10px;
}

#menu li.current-menu-parent ul li:last-child {
	padding: 0;
	margin: 0;
}
#menu a {
	text-decoration: none !important;
}

#menu a:hover {
	text-decoration: underline !important;
}

#menu

#menu ul {
	padding-bottom: 25px;	
}

#menu ul ul{
	padding-bottom: 0;
	display: none;
}

#menu ul li {
	text-align: right;
	padding-bottom: 6px;
}
#menu ul li.subCategoria a.bold {
	font-weight: bold;
}

#menu a.activo {
	font-weight: bold !important;
	color: #000 !important;
}

#menu ul li a {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 0 !important;
	color: #000;
}

#menu ul li ul li a {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 0 !important;
}
#menu ul li ul> li {
	padding-top: 2px !important;
}

#menu ul li ul li a:hover {
	color: #000;
}

#menu ul li:first-child {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#menu ul li:first-child span, #menu ul.titulo_menu li:first-child span{
	margin-bottom: 1px;
	margin-top: 10px;
	padding: 0 0 0 3px;
	background: url(../images/puntos.png) bottom right repeat-x;
	display: inline-block;
}

.separa {
	background: url(../images/sep.png) left center repeat-x;
	height: 3px;
	padding: 5px;
	margin: 5px;
}

/* noticias */

#lista_noticias {
}

#lista_noticias h2 {
	padding: 0;
}

#lista_noticias a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0;
}

#lista_noticias .fecha {
	padding-bottom: 10px;
	font-size: 12px;
	color: #7d7d7d;
}

#lista_noticias a.vermas {
	width: 114px;
	height: 29px;
	background: url(../images/vermas.png) left top no-repeat;
	display: block;
	margin: 15px 0 0 !important;
	float: right;
}
#lista_noticias .extracto {
}

/* contacto */

.wpcf7-form input[type="text"] {
	width: 400px;
	border: 1px solid #7d7d7d;
	padding: 4px;
}

.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #7d7d7d;
	padding: 4px;
}

.wpcf7-form .button {
	background: url(../images/enviar.png);
	width: 114px;
	height: 29px;
	border: none;
	float: right;
}

.wpcf7-form .ajax-loader {
	float: right;
	padding-right: 10px;
}

.wpcf7-form  label {
	font-size: 14px;
	line-height: 20px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 5px;
	font-size: 14px;
	color: #333;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color: #e5f9dc;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background-color: #fbe7e7;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background-color: #faedd6;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color: #f9f6ca;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background-color: #fbe7e7 !important;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px 10px !important;
}

/* ELEMENTOS */

.dropcap1 {
	float: left;
	font-size: 36px;
	margin: 4px 10px 2px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000;
	color: #fff;
	text-shadow:0 1px 0 #fff;
	padding: 12px 6px;
}

.dropcap2 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
}

.dropcap3 {
	float: left;
	font-size: 36px;
	margin-right: 10px;
	margin-top: 8px;
	font-style: italic;
}

blockquote {
	font-size: 14px;
	padding: 10px 20px 10px 45px;
	background: transparent url(../images/pull.png) no-repeat 0 3px;
	margin-left: 20px;
}
blockquote p {
	margin-bottom:8px;
	line-height: 20px;
}
