/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");

body{
	text-align: center;
	font: 13px GillSans, Calibri, "Trebuchet MS";
	background: #eee url(img/fondo.gif) repeat-x 0 -10px;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 768px;
	padding-top: 40px;
	background: #fff9fd url(img/fondo-container.gif) no-repeat 0 -10px;
}

a { text-decoration:none; }

/* header */
#header{
	height: 87px;
}
#logo{
		float: left;
	width: 730px;
	height: 67px;
}
#logo a{
	display: block;
	width: 730px;
	height: 67px;
	background: #fef9fd url(img/logo.jpg) no-repeat 0 0;
	margin: 20px 0 0 20px;
}
#logo h1{
	display: none;
}
#nav{
	float: right;
	width: 730px;
	background: url(img/fondomenu.jpg) repeat-x left;
	margin: 0 20px 0 0;
}
#nav li{
	float: left;
	font-size: 14px;
	padding-left: 10px;
	text-align:center;
}
#nav li a{
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 10px 5px;
	color: #ffffff;
	font-weight: bold;
	height: 12px;
	background-position: center 0;
	background-repeat: no-repeat;
    }

#nav li#menu-nosotros a:hover{
	
	color:#A03AA6;
}
#nav li#menu-abogacia a:hover{
	color:#A03AA6;
}
#nav li#menu-mediacion a:hover{
	color:#A03AA6;
}
#nav li#menu-contacto a:hover{
	color:#A03AA6;
}

#nav li#menu-blog a:hover{
	color:#A03AA6;
}

#nav li#menu-inicio a:hover{
	color:#A03AA6;
}

#nav li#menu-aparcamientos a:hover{
	color:#A03AA6;
}

/*
#nav li a span{
	display: none;
}
#nav a:hover{
	background-position: center -12px;
}
#nav li#menu-nosotros a{
	background-image: url(img/menu-nosotros.gif);
}
#nav li#menu-abogacia a{
	background-image: url(img/menu-abogacia.gif);
}
#nav li#menu-mediacion a{
	background-image: url(img/menu-mediacion.gif);
}
#nav li#menu-contacto a{
	background-image: url(img/menu-contacto.gif);
}

#nav li#menu-blog a{
	background-image: url(img/menu-contacto.gif);
}

#nav li#menu-inicio a{
	background-image: url(img/menu-contacto.gif);
}
*/


/* sidebar */
.destacado{
	background: #faedf6;
	padding: 10px;
	margin-bottom:10px;
	margin-top:10px;
}

.destacado h5 {
	background:url(img/iconotelefono.jpg) no-repeat left;
	color:#333333;
	font-size:12px;
	height:16px;
	padding-left:15px;
	padding-top:3px;
}
#sidebar{
	float: right;
	width: 239px;
	margin-right:20px;
	margin-top:20px;
} 
#sidebar h2{
	font-size: 2.0em;
	color: #743761;
	font-weight: bold;
	padding: 10px 0;
}

p#destacado {
	margin-left:15px;
}

h2#noticias-tit{
	margin-top: 10px;
	background: url(img/h2_noticias.gif) no-repeat 0 0;
	height: 15px;
	width: 189px;	
}
h2#noticias-tit span{
	display: none;
}
#sidebar h3{
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}
#sidebar .destacado h3{
	/* background: url(img/h3_consultag.gif) no-repeat 0 0; */
	height: 20px;
	width: 189px;
}
/* #sidebar .destacado h3 span{
	display: none;
} */

#sidebar p{
	color: #7d6e7e;
}
.enlace {
	color: #333333;
	text-decoration: none;
	font-size:12px;
}

.enlace:hover {
	text-decoration:underline;
}

.enlacecolor {
	color:#97399A;
	text-decoration: none;
	font-size:12px;
}

.enlacecolor:hover {
	text-decoration:underline;
}

.enlaceBlog {
	text-decoration:underline;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.enlaceBlog:hover {
	text-decoration:none;
}

#noticias{
	padding-top: 10px;
	background: url(img/sidebarNotA.gif) no-repeat 0 top;
}
#noticias ul{
	padding-bottom: 10px;
	background: #f8eff5 url(img/sidebarNotB.gif) no-repeat 0 bottom;
}
#noticias li{
	padding: 10px;
}
#noticias li.separador{
	padding: 0;
	margin: 10px;
	height: 1px;
	background: #e5beda;
}
#sidebar #contacto{
margin: 20px;	
}
#sidebar #contacto h2{
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #96399c;
	text-transform: uppercase;
	background: url(img/h2_contacto.gif) no-repeat 0 0;
	height: 10px;
}
#sidebar #contacto h2 span{
	display: none;
}

#sidebar li {
	list-style:square;
	color: #97399A;
	margin-left:15px;
}

#noticias li {
	list-style:none;
}
/* content */
#content{
	width: 475px;
	margin: 20px 10px 20px 20px;
	float: left;
	font-size:11px;
}
#content h2{
	font-size: 1.6em;
	clear:both;
	color:#A03AA6;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#Noticias h2 {
	padding-left:0px;
	color:#743761;
	font-size:2em;
	font-weight:bold;
}

#Noticias a:hover {
	text-decoration:underline;
}

h2 a {
	color:#A03AA6;
}

h3 a {
	color:#333;
}

#content a {
	text-decoration:none;
}

.post-item{
	background:#eeeeee;
	margin-top: 10px;
}
.post-item h2{
	text-transform: uppercase;
	color: #A03AA6;
}

.post-item li {
	list-style:square;
	margin-left:30px;
}

#content h3{
	font-size: 1.4em;
	font-weight: bold;
	padding-top:5px;
	padding-left:10px;
}
#content ul{
	padding-bottom: 10px;
}
#content ol li{
	padding-bottom: 5px;
	list-style-type: decimal;
	list-style-position: inside;
	list-style:none;
}

ul#mediacion li {
	list-style:none;
}

#content li{
	font-size: 1.2em;
	color: #777278;
	list-style:square;
	margin-left:25px;
}



#content li a {
	color:#333;
}

#content .post-item li{
	font-size: 1.4em;
}
#content p{
	font-size: 1.2em;
	padding: 10px;
	color: #666;
	line-height: 1.2em;
}

#content p strong{
	color: #333;
	font-weight: bold;
}
.post-item-blog{
	color: #fff;
	background: #92437b;
	margin-top: 10px;
	padding-bottom:10px;
}

.post-item-blog p {
	color:#FFFFFF !important;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
.post-item-blog h2{
	font-size: 1.6em;
	margin: 10px 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: url(img/h2_blogdemed.gif) no-repeat 0px 10px;
	width: 188px;
	height: 20px;
}
.post-item-blog h2 span{
	display: none;
}
#content .post-item-blog p{
	color: #fff;
		font-size: 1.2em;
	padding: 10px;
	font-weight: bold;
	line-height: 1.2em;
}
.post-item-blog a{
	color: #fff;
}

#blogMediacion {
	background:#92437B;
	color:#FFFFFF;
	margin-top:10px;
	padding-bottom:10px;
}

#blogMediacion a {
	font-size:13px;
	text-decoration:underline;
}

#blogMediacion a:hover {
	text-decoration:none;
}

#infocontacto {
	width:165px;
	float:left;
}

#infocontacto span {
	float:left;
	margin-left:20px;
	margin-top:-12px;
	width:73px;
}

#infocontacto img {
	float:left;
	margin-left:11px;
}

#formcontacto {
	float:left;
}

#formcontacto form {
	float:left;
}

#formcontacto label {
	width:150px;
}

#formcontacto input {
	width:240px;
}

#formcontacto textarea {
	width:240px;
}
/* FOOTER */
#footer{
	padding-bottom: 20px;
}
#footer p, #footer a{
	text-align: center;
	color: #59465f;
	text-decoration: none;
}
/* forms */
label{
	display: block;
	font-weight: bold;
}

.tituloDestacado { font-size:19px; color:#9b33a2; margin-bottom:10px; }

.itemNoticias  { padding-left:10px; display:block; }
.tituloNoticias { font-size:13px; color:#333; text-decoration:none; font-weight:bold; }
.descripcionNoticias { font-size:13px; color:#666 !important; text-decoration:none; }
.tituloNoticias:hover { color:#A03BA3; }
.separador { border-bottom:1px solid #EDC8F0; display:block; padding-bottom:5px; }
.verTodas { display:block; text-align:right; }
.btnMenuInterior { font-family: Calibri, "Trebuchet MS"; font-size:18px; color:#A03BA3; font-weight:normal; line-height:normal; text-decoration:none; padding-bottom:10px;
padding-right:10px;}
.btnMenuInterior:hover { color:#333; }
