@charset "iso-8859-1";
/* CSS Document */

body{
	margin-top:0;
	background:#262520 url(../images/background.jpg) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#acaba7;
	}
	
img{ border:0;}



p{
	text-align:left;
	font-size:11px;
	line-height:15px;
	margin-left:5px;
}

.cell{
	width:320px;
	height:320px;
	background: url(../images/picBG.png) no-repeat;
}

.mainDivs{
	width:310px;
	height:310px;
	margin:0 auto;
}

h3{
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	margin-left:20px;
	}
	
.project{
	clear:both;
	color:#fff;
	font-size:10px;
	height:20px; 
	float:right; 
	width:150px;
	
}

.project a, .project a:active, .project a:visited{
	color:#fff;
	text-decoration:none;
}

.project a:hover{
	color:#acaba7;
	}

.projectoSeginte {
	position:relative;
	top:150px;
	left:200px;
	width:120px;
	height:60px;
	text-align:right;
}

.projectoAnterior{
	position:relative;
	top:210px;
	left:200px;
	width:120px;
	height:60px;
	text-align:right;
}

.projectoSeginte p, .projectoAnterior p{
	margin-top:0px;
	color:#FFF; 
	font-size:9px; 
	text-align:right;
}

.projectoAnterior a, .projectoAnterior a:active, .projectoAnterior a:visited,
.projectoSeginte a, .projectoSeginte a:active, .projectoSeginte a:visited {
	color:#acaba7;
	font-size:10px;
	text-decoration:none;
}

.projectoAnterior a:hover, .projectoSeginte a:hover{
	
	color:#FFF;
}

img.photo{
			position: absolute;
			top: 0px;
			left: 0px;
			display: none;
		}
		
.CV{
	margin-top:30px;
	margin-left:15px;
	color:#FFF;
	line-height:14px;
	}

.CV h1{
	font-size:16px;
}

/*PAGES*/

.contentTable{
	background:url(../images/contentBg.png) top center no-repeat;
	width:976px;
	height:643px;
	}
	
	

#contactos{
	padding-bottom:400px;
}

div.slideBox {	
	display:none; 
    background-image:url(../images/picBG.png);
	background-repeat:no-repeat;
    min-height:100px; 
    padding:20px 20px 10px 20px; 
    width:200px; 
    font-size:13px; 
    color:#fff;
	line-height:20px;
	text-align:justify;
	z-index:1000;
} 

ul.skin2 a {
	background-color:#003b54;
	color:#fff !important;
}

ul.skin2 a:hover {
	background-color:#014f70;
}

/* active tab */
ul.skin2 a.current {
	background-color:#014f70;
}

/* tab pane with background gradient */
div.skin2 div {
	min-height:280px;
	background-image:url(../images/picBG.png);
	background-repeat: repeat-x;
	color:#fff;
}

/* root element for tabs  */
ul.css-tabs {
	margin:0 !important; 
	padding:0;
	height:30px;	 	
}

/* single tab */
ul.css-tabs li {
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */


ul.css-tabs a:hover {
	background-color:#014f70;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	width:745px;
	/*border:1px solid #666;*/
	/*border-width:0 1px 1px 1px;*/
	min-height:230px;
	padding:15px 15px;
	margin:0 auto;
	text-align:left;
}



