@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
Version 2.0
Author: Jessica Rangel
Website: jessicarangel.es
--------------------------------------------
********************************************/

/********************************************
normalizar estilos XHTML de diferentes navegadores
--------------------------------------------*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { /*Evitar la asignacion inconsistente de margenes y rellenos a diferentes elementos HTML*/
	margin:0;
	padding:0;
	}

ul,ol {/* Eliminamos las vinetas de las listas */
	list-style:none 
	}

h1,h2,h3,h4,h5,h6,pre,code,p {/*Evitar el tamano inconsistente de los diferentes encabezados y tambien etiquetas <pre><code>*/
	font-size:1em; 
	}

/*******************************************
estructura global
-------------------------------------------*/
html {height:100%;}
body {height: 100%;}

body {	
	font-family: verdana, arial, helvetica, sans-serif;
	min-height: 100%;
	}

#contenedorprincipal {
	width: 820px;
	margin-top:50px;
	text-align: left;
	background: #000;
	margin-left: auto;
	margin-right: auto;
	}

#top {/**cabecera**/
	margin: 0 auto;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#contenido {/**contenido**/
	width:100%;
	background:#000;
	color:#CCC;
	/*height: auto !important;*/
	height:100%;
	}
	
.columna-home-der {/**fotos lado derecho**/
	padding: 20px 0 0 0;
	width:525px;
	}
	
.columna-home-izq {/**foto cabeza bebo**/
	margin-right:75px;
	}