/* Header */

body {
	background: #eaeaea;
	color: #000000;
	font-family: Comic Sans MS;
	font-size: 11px;
	margin: 0 auto 3 0;
	padding: 0;
}

#General {
	width: 800px;
	height: 100%;
	margin: 0 auto 0 0;
}

#header {
	width: 669px;
	height: 851px;
	margin: 0 auto 0 0;
	padding: 0;
}


#menu {

    width: 669px;
    height: 78px;
    margin: 0px;
    float: left;
    
    }

/*Columnas y filas*/

#dl01 {

	background: url(pic/01.png) top left no-repeat;
	width: 664px;
	height: 114px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}
	
#dl02 {

	background: url(pic/02.png) top left no-repeat;
	width: 664px;
	height: 113px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}	
	
#dl03 {

	background: url(pic/03.png) top left no-repeat;
	width: 664px;
	height: 115px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}
	
#dl04 {

	background: url(pic/04.png) top left no-repeat;
	width: 664px;
	height: 114px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}

#dl05 {

	background: url(pic/05.png) top left no-repeat;
	width: 664px;
	height: 112px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}	
	
#dl06 {

	background: url(pic/06.png) top left no-repeat;
	width: 664px;
	height: 114px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}	
	
#dl07 {

	background: url(pic/07.png) top left no-repeat;
	width: 664px;
	height: 93px;
	margin: 0px;
	border: 0px;
	float: left;
	
	}	
		
#dp {

	background: url(pic/p.png) top left repeat;
	width: 100px;
	height: 100%;
	margin: 0px;
	border: 0px;
	position: absolute;
	
	}


/*Menu navegador*/

#menu1 {
 	list-style: none;
  	padding: 0;
  	margin: 0;
  	width: 664px;
  	height: 78px;
  	background: url(pic/menu.png) no-repeat;
  	position: relative;
}

#menu1 span {
  	display: none;
  	position: absolute;
}

#menu1 a {
  	display: block;
  	text-indent: -9999%;
  	position: absolute;
  	outline: none;
}

#menu1 .blog {
  	width: 128px;
  	height: 78px;
  	background: url(pic/blog.png) no-repeat;
  	left: 0px;
  	top: 0px;
}

#menu1 .girl {
  	width: 111px;
  	height: 78px;
  	background: url(pic/girl.png) no-repeat;
  	left: 128px;
  	top: 0px;
}

#menu1 .about {
  	width: 148px;
  	height: 78px;
  	background: url(pic/about.png) no-repeat;
  	left: 239px;
  	top: 0px;
}

#menu1 .cbox {
  	width: 149px;
  	height: 78px;
  	background: url(pic/cbox.png) no-repeat;
  	left: 387px;
  	top: 0px;
}

#menu1 .exit {
  	width: 133px;
  	height: 78px;
  	background: url(pic/exit.png) no-repeat;
  	left: 531px;
  	top: 0x;
}



/*Contenido*/

#contenido {
	float: left;
	width: 664px;
	margin: 0px 0px 0 0;
	padding: 0 0px 0 0;
	position: relative;
	background-color: #ffffff;
}

#contenido p {
	font-family: Comic Sans MS;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	text-align: justify;
	margin: 5px 0;
	padding: 0;
}

#contenido A:link{
    color:#e3e318; 
    text-decoration:none; 
    font-weight:bold; 
    border-bottom: 1px dotted #000000;}
#contenido A:visited{
    color:#378235;
    text-decoration:none; 
    font-weight:bold; 
    border-bottom: 1px dotted #000000;}
#contenid A:active{
    color:#152899;
    text-decoration:none; 
    border-bottom: 1px dotted #000000;}
#contenido A:hover{
    color:#da0606; 
    text-decoration: none; 
    border-bottom: 1px dotted #000000;}

#contenido
           
            b{color:#91625d;}
			i{color: #fae000;}
			u{color: #57c4c9;
			text-decoration: none;
			border-bottom: 1px dashed #c1c1c1;}

.titulo

{
width: 100%;
text-decoration: bold;
letter-spacing: 4px;
text-align: right;
font-size: 12pt;
font-family: century gothic;
color: #da0606;
border-bottom: 2px dotted #c1c1c1;
}
