/* 
	this code has been written for mateoparrilla.com
	this means you may not use it for you site's design.
  	thank you. 

	author: mateo parrilla / contact@mateoparrilla.com
*/
   


@charset "UTF-8";


#wrapper {
	width:100%!important;
	overflow:hidden!important;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.body {
	width: 100%;
	z-index:100;  
	position: relative;                      
}

body#home .body {  
	position: absolute;                             
	bottom:0px; 
	left:0px;
}  


#loading {
	position: absolute;
	top: 38.5%; 
	left: 47.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(http://www.felipesalgado.net/images/core/progress.gif);
}
#supersize{
	position:fixed;  
	bottom:0px;    
	overflow:hidden!important;
	height:100%!important; 
	
}
#supersize img, #supersize span {
	height:100%;
	width:100%;            
	position:absolute;
	z-index: 0;
}   

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;   
	
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#supersize .overlay {width:100%;height:100%;position:absolute;top:0;left:0;}
 
#supersize .overlay img {width:100%;height:100%; z-index:1000;}



#lateralIzq {
	left:0px;
	top:10px;
	margin:0;
	padding:0;
	position:fixed;
	width:240px;
	z-index:11;
	background-color:#FFF;
	height:100%;
}

#lateralFooter {
	left:0px;
	width:240px;
	z-index:11;
	background-color:#FFF;
	position:absolute;
	bottom:425px;
}
#FooterRSS {
	left:0px;
	width:240px;
	z-index:11;
	background-color:#FFF;
	position:absolute;
	bottom:6px;
}

/*FUENTES*/
.CaeciliaBold {
	font-weight: normal;
	font-style: normal;
	line-height:65px;
	font-family: 'PMNCaeciliaRegular_bold', sans-serif;
	font-size:66px;
	margin-top:11px;
	margin-left:12px;
	text-decoration:underline;
}
.CaeciliaBold2 {
	font-weight: normal;
	font-style: normal;
	line-height:13px;
	font-family: 'PMNCaeciliaRegular_bold', sans-serif;
	font-size:11px;
	margin-top:-30px;
	margin-left:12px;
}
.CaeciliaBold3 {
	font-weight: normal;
	font-style: normal;
	line-height:13px;
	font-family: 'PMNCaeciliaRegular_bold', sans-serif;
	font-size:11px;
	color:#999;
	margin-top:0px;
	margin-left:12px;
}


.CaeciliaItalic {
	list-style-type: none;
	font-weight: lighter;
	line-height:19px;
	font-family: 'PMNCaeciliaRegular_bold_italic', sans-serif;
	font-size:16px;
	margin-top:20px;
	margin-left:-2px;
}
.CaeciliaItalic a{
	text-decoration:none;
	color:#000;
}
.CaeciliaItalic a:hover{
	text-decoration:line-through;
	color:#000;
}


.CaeciliaMenuItem {
	list-style-type: none;
	font-weight: lighter;
	line-height:25px;
	font-family: 'PMNCaeciliaRegular_bold', sans-serif;
	font-size:20px;
	margin-top:20px;
	margin-left:-2px;
	text-decoration:underline;
}
.CaeciliaMenuItem a{
	text-decoration:underline;
	color:#000;
}
.CaeciliaMenuItem a:hover{
	text-decoration:line-through;
	color:#000;
}



/*END FUENTES*/

/*LISTADO LINKS*/
ul
{
	padding: 0px;
	margin: 0px;
}
li
{
	padding-left: 14px;
}
/*END LISTADO LINKS*/
