/**
* CSS
* 
* @version 1.0
* @author Diego Negrete 
* @author pambo
*/
* {
	margin: 0;
	padding: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #EFEFEF;
	text-decoration: none;
	word-spacing: Normal;
	background: #1F1F1F;
}

::selection {
	background: #ffb7b7; /* Safari */
}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}

a:link { color: #666; text-decoration: none; }
a:active { color: #0099cc; text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { background: #00A69C; color: #fff; text-decoration: none; }

#perfilTxt a:hover { background: #00A69C; color: #fff; text-decoration: none;  border-radius: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:3px;}


body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a:link { color: #EFEFEF; text-decoration: none; }
#menu a:active { color: #0099cc; text-decoration: none; }
#menu a:visited { text-decoration: none; color: #EFEFEF; text-decoration: none; }
#menu a:hover {  background: #00A69C; color: #fff; text-decoration: none;  border-radius: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:3px;}


#tname a:link { color: #fff; text-decoration: none; }
#tname a:hover { color: #fff; text-decoration: none; }

#tname{
color:#fff;
background: #00a69c;
border-radius: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:3px;
}

#menu ul li.active a  { 
	color: #00a69c  !important;
        font-weight: bold;
}



a img { border: none; }

#menu {
	  position: fixed;
	  font: 11px;
	  top: 120px;
	  line-height: 12pt;
	  width: 140px;
	  left: 30px;
	  text-align: left;
	  color:#00a69c;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-bottom: 5px;
}

#menu ul li.section-title { 
	color: #666;
	font-size: 11px;
	/*font-weight: bold;*/
	margin-bottom: 5px;
}

#content {
	height: 100%; 
	margin-left: 200px;
	bottom: 0;
	padding-top: 120px;
	}

.container {
	padding: 5px 5px 25px 5px;
}


#menu ul li.section-title:before {
/*	content: "";
*/}

#content p {
    width: 700px; 
	margin-bottom: 9px; 
	color: #EFEFEF;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 14px;
	font-size: 11px;
}


#perfilTxt{
position: absolute;
width:460px; 
float: left;
left: 450px;
}

#perfilTxt p{width:460px; }

#main-footer {
	font-size: 9px;
	color: #666;
	left: 30px;
	margin-bottom: 0px;
	width: 160px;
	height: inherit;
	/*background-color: #E6E6E6;*/
	position: fixed;
	bottom: 0px;
	padding: 5px 10px 5px 0;
	text-align: left;
	background-repeat: repeat;
	background-position: 50% 50%;
}

#Holder{
position: relative;
height:300px;
width:700px;
}

#aleP{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
margin-rigth: 0px;
	float: left;
}

#alePF{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
margin-rigth: 0px;
	float: left;
margin-bottom: 5px;
}

#diegoP{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
margin-left: 20px;
	float: left;
}

#diegoPF{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
	float: left;
margin-bottom: 5px;
}

#guilleP{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
margin-left: 20px;
	float: left;
}

#guillePF{
        width: 220px; 
height: 270px;
	color: #EFEFEF;
background: #fff;
	float: left;
margin-bottom: 5px;
}

p {
	margin: 0 0 9px 0;
}

h1 { 
}

h2 { 
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#once { clear: left; }


#img-container p img{ border: 0px; }