bg@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
Version 2.0
Author: Jessica Rangel
Website: jessicarangel.es
********************************************/

/******************************
GENERICO
******************************/
a:active {color:#CCCCCC; text-decoration:none; border:0;}
a:link {color: #CCCCCC; text-decoration:none; border:0;}
a:visited {color:#CCCCCC; text-decoration:none; border:0;}
a:hover {color: #666666; text-decoration:underline; cursor: pointer;}

html {background-color: #333;}

body {
	font-size:1em;
	text-align:left;
	color: #999;
	}

h1{
  	font-style:normal;
    font-size:1.1em;
	letter-spacing:0.1em;
	margin:0 0 10px 10px;
	padding-top: 10px;
	}
	
h2 {
	color: #999;
	font-size:0.9em;
	letter-spacing:0.1em;
	margin:10px 10px 0 10px;
	border-bottom:1px solid #666666;
	line-height:25px;
	}

h3 {
	color: #CCC;
	font-size:0.9em;
	font-weight:lighter;
	letter-spacing:0.1em;
	margin:10px 10px 0 10px;
	border-top:1px solid #666666;
	}


p, ul, td {
	font-size:0.8em;
	color: #999;
	}

p {
	padding: 0 10px 10px 10px;
	line-height:17px;
	}

li {
	margin-left:25px;
	line-height:20px;
	}



/*******************************************
CABECERA
-------------------------------------------*/
#top {
	background-color:#000;
	}
	
/******************************
ELEMENTOS COMUNES
******************************/
.primero {
	padding: 10px 0 10px 10px;
	}

.blanco {
	background-color:#fff;
	text-align:right;
	height:40px;
	font-size:1.2em;
	letter-spacing:0em;
	color:#000;
	}

.negro {
	background-color:#000;
	text-align:left;
	color:#FFF;
	height:50px;
	letter-spacing:0.5em;
	border-bottom:1px solid  #333;	
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}
	
a.fotos img:hover{/**borde azul al ponerse sobre imagen**/
	border:1px solid #666;
	}

.fotos img{/**anade borde para que con mouse on no se desplazen las imagenes**/
	border:1px solid #000;
	}

a.img_enlace_sin {/**quita estilos de enlace en enlaces**/
	text-decoration:none;
	color:#000;
	}

.fondo-gris {
	background-color:#333;
	}

.txt-derecha {
	text-align:right;
	}

.margen-galeria {
	margin:0 10px 0px 10px;
	}
	
.margen-foto {
	margin:10px 3px;
	}

.txt-foto {
	padding: 2px 0 0 2px;
	font-size:0.6em;
	width:180px;
	text-align:left;
	line-height:10px;
	}

.txt-foto-vert {
	padding: 2px 0 0 25px;
	font-size:0.6em;
	width:180px;
	text-align:left;
	line-height:10px;
	}

.border-grey {/**borde gris alrededor de las imagenes**/
	border:1px solid #333;
	}
	
.img-fondo-gris {
	background-image: url(../images/bg_gri.png);
	}

.img-fondo-blanco {
	background-image: url(../images/bg_bla.png);
	}

.marco-foto {
	padding:2px;
	width:150px;
	}

.gris-claro {
	color:#CCC;
	font-size:0.85em;
	}

.con-marca {
	list-style: square;
	}

.centrado {
	text-align:center;
	}

.no-margin {
	margin:0;
	padding:0;
	}

.mod {
	margin:0 5px;
	width:195px;
	}

ul.menos-li li{
	margin:10px;
	line-height:10px;
	}

/******************************
ELEMENTOS ESPECIFICOS
******************************/	
#nombre-cabecera {
	padding:15px 3px 0 0;
	margin:0;
	font-size:1em;
	letter-spacing:1.2em;
	font-weight:lighter;
	}
	
#titulo-cabecera {
	padding:5px 0 0 20px;
	margin:0;
	font-size:1.5em;
	letter-spacing:1.96em;
	font-weight:lighter;
	}

#linea2 {
	height:200px;
	margin-top:0;
	margin-right:5px;
	padding: 0 0 0 0;
	width:390px;
	}

#pie {
	width:100%;
	text-align:right;
	font-size:0.7em;
	padding:5px 0 0 0;
	}

.menu {
	font-size:0.8em;
	padding-bottom:5px;
	color: #999;
	}
	
a.img_enlace_sin {/**quita estilos de enlace en enlaces y cambia cursor**/
	text-decoration:none;
	color:#999;
	}
	
#img-bio {/**alto de la foto de bebo en la bio**/
	height:560px;
	padding-right:15px;
	}
	
#imag-lateral {
	padding-left:225px;
	}

/******************************
TABLAS
******************************/		
table {
	font-size:0.9em;
	border-collapse:collapse;
	/**width:100%;**/
	margin: 0 10px 10px 10px;
	empty-cells:show;
	}

.td {/**alto de celdas de tabla**/
	height:15px;
	}
	
tr {
	vertical-align:top;
	 }
	
.margen-izq {
	padding:0 0 0 30px;
	}

#table-hom {
	width:385px;
	font-size:0.9em;
	padding:25px 0 0 0;
	}

.separadores {
	border-top: 1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	}

.mitad {
	width:50%;
	}

.borde {
	width:150px;
	}

td.fija {
	width:200px;
	}