* { padding: 0; margin: 0; }

a:link,
a:visited{
  color: #000;
  text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active{
  color: #000;
  text-decoration: none;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #fff url(images/fondoalice.gif) repeat-y 50% 0; 
 font-family: Trebuchet MS;
 font-size: 0.60em.;
 text-align:justify;
} 
 
#pagewidth{ 
 width:920px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:476px; 
 width:100%;
 background: #fff url(images/despuesalicia_header.jpg) no-repeat;
} 

#header_menu{
	position:relative; 
	left:330px;
	top:375px;
	width:385px;
	height:100px;
	z-index:1;
	padding:5px;
}
 
#leftcol{
 width:222px; 
 float:left; 
 position:relative; 
 background: #FFFFFF url(images/despuesalicia_izq.jpg) no-repeat;
 height: 720px;
  margin: 0px;
 padding: 0px;

 }
 
#twocols{
 width:698px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:222px; 
 float:right; 
 position:relative; 
 background: #FFFFFF url(images/despuesalicia_der.jpg) no-repeat;
 height: 720px;
 margin: 0px;
 padding: 0px;
}
 

#footer{
	 height:80px;
	 margin-top:45px;
	 background: #fff url(images/footer_.gif) no-repeat;
	 clear:both;
	 padding-top:75px;
	 font-size: 0.7em;
	 font-family:Arial, Helvetica, sans-serif;
	 text-align:center;
} 

#content{
 background-color:#FFFFFF;
 float: left; 
 width:451px; 
 margin: 0px;
 padding: 10px;
 padding-right:15px;
 font-size: 0.8em;
 line-height:25px;
 }

#content h1 {
	font-family:"Courier New", Courier, monospace;
	color: #333333;
	font-size: 1.75em;
	padding-bottom:20px;
	padding-top:25px;
	text-align:left;
	text-transform: lowercase;
}

#content h2 {
	font-family:"Courier New", Courier, monospace;
	color: #333333;
	font-size: 1.55em;
	padding-bottom:20px;
	padding-top:25px;
	text-align:left;
	text-transform: lowercase;
}

#content p{
        padding-top: 10px;
        padding-bottom: 10px;
}

#content .postmetadata{
		font-size: 0.85em;
		text-align:center;
		padding-left:10px;
}

#content ul{
	list-style-type: square;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#content li{
	//list-style-type: square;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	line-height:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
}

#commentform textarea {
	width: 100%;
	color: #666666;
}

#commentform p {
	padding: 5px;
}

#commentform input {
  border: 1px solid #000;
  background: #ccc;
  padding:3px;
  font-size:10px;
}

#respond h3 {
	border-bottom: 1px dotted #00CC99;
	padding:5px;
}

.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	padding:15px;
	padding-top:10px;
	}

.commentlist li {
 	list-style-type:none;
    padding:15px;
	background: #E5E5E5 url(images/bg_commentlist.gif) bottom no-repeat;
	color:#000;
	text-align:justify;
	font-style:italic;
	line-height:20px;
	}

.commentlist cite {
	margin-top:10px;
	text-align:justify;
	display:block;
	font-size: 0.9em;
	font-style:normal;
	width:451px;
	padding-left:20px;
}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#666;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#000;
	text-decoration:underline;
	}

.navegacion {
	padding:15px;
	margin-top:40px;
	text-align:center;
	background-color: #fff;
	border-top: #CCCCCC dashed thin;
	border-bottom: #CCCCCC none;
	text-transform: lowercase;
}

.navegacion_main {
	text-align:center;
	padding:15px;
	border-top:20px;
}

.navegacion_main img {
border:0px;
}

 
/* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
 @media print{ 
#leftcol{display:none;} 
#rightcol{display:none;} 
#twocols, #content{width:100%; float:none;}
}

img, div { behavior: url(iepngfix.htc) }


/* BOTONES HEADER */

#b_atrapaconejo {
    border: 0px;
    padding: 0;
}

#b_atrapaconejo a{
    background-image:url(images/m_atrapaconejo.png);
	width: 91px;
	height: 86px;
    display: block;
    background-repeat: no-repeat;
	float:left;
}

#b_atrapaconejo a:hover{
    background-image:url(images/m_atrapaconejo_o.png);
}

/* -------- */

#b_fiestasnocumple {
    border: 0px;
    padding: 0;
}

#b_fiestasnocumple a{
    background-image:url(images/m_fiestasnocumple.png);
	width: 91px;
	height: 86px;
    display: block;
    background-repeat: no-repeat;
	float:left;
}

#b_fiestasnocumple a:hover{
    background-image:url(images/m_fiestasnocumple_o.png);
}

/* -------- */

#b_fiestasnocumple {
    border: 0px;
    padding: 0;
}

#b_suenoalicia a{
    background-image:url(images/m_suenoalicia.png);
	width: 91px;
	height: 86px;
    display: block;
    background-repeat: no-repeat;
	float:left;
}

#b_suenoalicia a:hover{
    background-image:url(images/m_suenoalicia_o.png);
}

/* -------- */

#b_trabalenguas {
    border: 0px;
    padding: 0;
}

#b_trabalenguas a{
    background-image:url(images/m_trabalenguas.png);
	width: 91px;
	height: 86px;
    display: block;
    background-repeat: no-repeat;
	float:left;
}

#b_trabalenguas a:hover{
    background-image:url(images/m_trabalenguas_o.png);
}
