

* {
    padding:0;
    margin:0;
	/*border:0;*/
	line-height:1.2em;
	font-family:"Trebuchet MS";
	text-decoration:none;
}

a {
	border:0;
}

img {
	border:0;
}

html {
    height:100%;
    overflow:hidden;
}
body {
    height:100%;
    overflow:hidden;
}
#escritorio {
    position:absolute;
    bottom:0px;
    top:0px;
    overflow:hidden;
    width:100%;
}
#barranavegacion {
    margin:auto;
    position:fixed;
    width:100%;
    bottom:3px;
}
#titulo {
    position:fixed;
    top:0px;
    left:50%;

}

.enlace-azul  a {
    color:blue;
}

.titulo-inner {
    color:black;    
    text-align:center;
    line-height:10px;
    text-transform:uppercase;
    font-size:10px;
    padding-top:4px;
}
.nombre-inner {
    font-size:11px;
    color:blue;    
    text-align:center;
}
.nombrepub-inner {
    font-size:11px;
    color:green;
    text-align:center;
}

input,textarea,select {
    border:1px solid black;
}

.we-content {
    padding:15px;
}
.we-noticia img{
    max-width:100px;
    max-height:100px;
	margin-left:10px;
	border:1px solid #ffffff;
}
.we-content .we-noticia{
	line-height:2em;
}
.we-noticia p br{
	margin-bottom:20px;
}
.we-noticia p.data{
	font-size:10px;
	padding-top:5px;
}
.we-noticia h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.we-noticia .entradilla {
    color:#ffffff;
	font-size:14px;
    margin-bottom:11px;
}
.we-noticia p {
	line-height:1.3em;
	font-size:11px;
}
.we-noticia div.cont_img{
	float:left;
	width:120px;
	margin-left:-10px;
    margin-right:10px;
    margin-top:4px;
	/*background:transparent url(css_images/sombra_img.png) repeat-y;*/
}
.we-color-red p.data{
	color:#ebc365;
	font-weight:bold;
}
.we-color-orange p.data{
	color:#c2141e;
}
.we-color-light_orange p.data{
	color:#de3a1b;
}
.we-color-red .we-noticia h2{
	color:#f2bb00;
}
.we-color-orange .we-noticia h2{
	color:#c2141e;
}
.we-color-light_orange .we-noticia h2{
	color:#de3a1b;
}
.we-color-red p{
	color:#ffffff;
}
.we-color-orange p, .we-color-light_orange p{
	color:#000000;
}
.we-color-red a, .we-color-red a:hover{
	color:#f2bb00;
}
.we-color-orange a, .we-color-orange a:hover{
	color:#c2141e;
}
.we-color-light_orange a, .we-color-light_orange a:hover{
	color:#de3a1b;
}

.we-noticia a, .we-noticia a:hover {
	text-decoration:underline;
}
.we-content {
    color:white;
}
.we-content a {
    color:#bad3de;
    text-decoration:none;
    font-weight:bold;
}

.message {
    font-style:italic;
    margin-bottom:5px;
}

.we-resultado-busqueda {
    padding:10px;
    padding-bottom:0px;
    color:white;
    font-size:12px;
    font-weight:bold;
}
.we-resultado-busqueda a {
    text-decoration:none;
}

.we-window_theme-default .ui-finder.ui-widget-header {
	padding:0;
	background:transparent;
	overflow:visible;
	height:100%;
}
.ui-finder-header {
	display:none;
}
.ui-finder-wrapper, .ui-finder-container {
	height:100%;
}

.ui-widget-content {
	background:transparent;
}

form.we-standard {
	margin-left:50px;
	margin-right:50px;
}
.campo, .campo-ancho {
	margin-bottom:5px;
	clear:both;
	margin:5px;
	margin-left:0;
}
.campo label, .campo-ancho label {
	float:left;
	width:110px;
	clear:left;
	font-size:12px;
	line-height:.8em;
	margin-top:4px;
}
.campo-ancho label {
	float:none;
	width:auto;
	display:block;
	border-top:4px solid white;
}
.campo{
	height:19px;
}
.campo .valor {
	margin-left:115px;
}
.campo-ancho .valor {
	
}
.campo .valor input, .campo-ancho .valor input {
	width:100%;
	height:17px;
}
.campo .valor label, .campo-ancho .valor label {
	float:none;
	width:auto;
	clear:none;
}

h2 {
	font-weight:bold;
	font-size:16px;
	line-height:1.1em;
}

.subtitulo {
	font-size:14px;
	clear:both;
	padding-left:4px;
	padding-top:5px;
}

.we-pie {
	font-size:10px;
}

.picto_aficion {
	float:left;
}
.aficiones .aficion {
	margin-left:50px;
	clear:both;
	margin-bottom:10px;
}

.aficiones hr {
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}

.aficiones h3 {
	margin-top:8px;
	margin-bottom:4px;
	margin-left:50px;
	font-weight:bold;
	color:#434343;
}

.aficiones .aficion_nombre {
	font-weight:bold;
	width:75px;
	margin-bottom:4px;
}

.aficiones .izquierda {
	width:75px;
	float:left;
}

.aficiones .aficion_cuerpo {
	margin-left:80px;
	margin-right:15px;
}

.aficiones .aficion_botones img {
	margin-right:7px;
	cursor:pointer;
}

.aficiones .aficion input[name="publico"] {
	float:right;
}
.mensaje ul{
    list-style-type:inherit;
    padding-left:0px;
    margin-top:10px;
}
.mensaje ul li{
    list-style-type:inherit;
    margin-left:25px;
    margin-top:5px;
}
.msg .mensaje p{
    margin-top:10px;
}