﻿* {
	margin: 0; padding: 0;
  }
  
body {
	font: .74em Tahoma, Verdana, Sans-Serif, Arial;
	background: url(../images/body.gif) repeat;
	color: #7f7f7f;
	}
	
h1 {
	font: normal 3.4em "Trebuchet MS", Helvetica, Arial;
}

h2 {
	font: normal 1.8em "Trebuchet MS", Helvetica, Arial;
	color: #dfdfdf;
	margin: 0 0 15px;
}

h3 {
	font: normal 1.4em "Trebuchet MS", Helvetica, Arial;
	margin: 0 0 20px;
}

h4 {
	font: normal 1.2em "Trebuchet MS", Helvetica, Arial;
	color: #dfdfdf;
	margin: 0 0 4px;
}

p {
	margin: 0 0 15px;
	line-height: 1.6em;
}

a {
	outline: 0;
	color: #304D6F;
	text-decoration: none;
}

li {
	list-style: none;
}

	li a, img {
		display: block;
	}
	
img {
	outline: 0;
	border: 0;
}

#wrapper {
	width: 984px;
	margin: auto;
}

.clr {
	clear: both;
}

#logo {
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 70px;
	width: 138px;
	background: url(../images/logo.png) repeat;
}

	#logo h1 a {
		color: #fff;
	}
		#logo h1 a span {
			color: #808080;
		}

#menu {
	height: 44px;
	padding: 5px 0 0 4px;
}

	#menu li {
		float: left;
		font-size: 1.3em;
		text-transform: uppercase;
	}
	
		#menu li a {
			color: #888;
			margin: 0 50px 0 0;
		}
			
			#menu li a.current, #menu li a:hover {
				color:#6C0;
			}
						
#pitch {
	clear: both;
	background: url(../images/fran.jpg) no-repeat;
	height: 228px;
	margin: 0 0 10px;
	padding: 60px 0px 0 30px;
}

.content {
	background: url(../images/content.gif) repeat;
	padding: 20px 20px 5px 20px;
}

#frase {
	padding: 0px;
}

	#frase h1.eslogan{
		font-size: 1.8em;
		color:#6C0;
		margin: 20px 10px 10px;
		font-style:italic;
	}
	
	#frase em{
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.6em;
		padding-left: 820px;
	}


#main {
	padding: 30px 0 0 0;
	margin-left: 30px;
}

	#main p{
		font-size: 1.2em;
		text-indent: 30px;
	}
	
	#main li{
		font-size: 1.2em;
		text-indent: 30px;
		list-style:inside;
	}

#boody {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
	width: 68%;
	font:"Comic Sans MS", cursive;	
}
	#boody p{
		font-size: 1.2em;
		text-indent: 30px;
	}

#enviar{
	float: right;
	position: static;
	width: 27%;
	height: 200px;
	margin-top: 80px;
}


	#enviar b{
		color: #FF0000;
	}

	#enviar h3{
		color: #0C0;
	}

#columnas {
	padding-left: 20px;
}

	.col {
		float: left;
		width: 292px;
		margin: 15px 20px 15px 0;
	}
		.link {
			background:#690;
			color: #fff;
			padding: 5px 10px;
			font-size: .9em;
		}
			.link:hover {
				background: #6C0;
				color: #fff;
				padding: 5px 10px;
				font-size: .9em;
			}
	
#footer {
	clear: both;
	background: url(../images/line.gif) repeat-x;
	padding: 20px 20px 10px;
	font-size: .9em;
}

	#footer a {
		color: #ccc;
		margin: 0 10px 0 0;
		border-bottom: 1px dotted #444;
		padding: 0 0 1px;
	}
	
	#footer p {
		margin: 0 0 8px;
	}
	
#links {
	float: right;
}
		
		#links a {
			margin: 0 0 0 10px;
		}
		
/*PICASA*/

.pwi_loader{
	height: 60px;
	width: 200px;
	border: 1px solid #7F7F7F;

}

.pwi_container{
    height:auto;
    width:960px;
    margin: 10px auto;
    font-size:20px;
    text-align:center;
    }

.pwi_container a{
	color: #2b007e;
}

.pwi_album_description{
	text-align: left;
	font-size:18px;
	line-height:25px;
    color: #6C0;
    margin-top:0;
	padding: 10px;

}
.pwi_album_description .title{
    font-size:50px;
    text-align:center;
    color:#6C0;
    margin-top: 10px;
    text-shadow: 0px 0px 8px #2b007e;
    filter: dropshadow(color=#2b007e, offx=0, offy=0);

}
.pwi_album_description .details{
	font-size:18px;
	line-height:25px;
	color:#6C0;
    margin-top: -100px;

}
.pwi_album_description .description{
	font-size:18px;
	color:#6C0;
    text-shadow: 0px 0px 1px #2b007e;
    filter: dropshadow(color=#2b007e, offx=0, offy=0);

}

.pwi_album{
	font-family: 'Indie Flower', cursive;
	overflow:hidden;
	display:block;
	width:190px;
	float: left;
	margin: 0.5em;
 	cursor: pointer;
	moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color:#6C0;
	text-shadow: 0px 0px 1px #2b007e;
	filter: dropshadow(color=#2b007e, offx=0, offy=0);
}
.pwi_album p{
	text-transform: uppercase;
  	text-align: center;
  	font-size:16px;
  	margin-top:10px;
}

.pwi_album_backlink{
	cursor: pointer;
  	text-align: left;
  	color:#6C0;
	font-size:23px;

}

.pwi_album_backlink:hover {
   color:#690;
   text-shadow: 0px 0px 8px #2b007e;
   filter: dropshadow(color=#2b007e, offx=0, offy=0);
}

.pwi_album img{
	border: solid 2px #336699;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.2);
	box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.2);
}
.pwi_album img:hover{
	border: solid 2px #336699;
	-webkit	-box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.7);
	-moz-box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.7);
	box-shadow: 0px 0px 10px 2px rgba(43,0,126, 0.7);
}

.pwi_photo{
	float: left;
	margin: 1em;
	text-align: center;
}
.pwi_photo img{
	border: 2px solid #D6D6D6;
}
.pwi_photo img:hover{

	border: 2px solid #2b007e;
}

.pwi_photo a{
	text-decoration: none;
}

.pwi_pager{
	clear: both;
}
.pwi_prevpage, .pwi_nextpage, .pwi_pager_page, .pwi_pager_current{
	float: left;
	margin: 5px;

}
.link{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_pager_current{
	text-decoration: none;
	font-weight: bold;
}