body {
	margin:0 auto;
	text-align: center;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}

#bodyWrapper {
	width:770px;
	margin:0 auto;
	margin-top:170px;
	text-align: left;
}
#nav {
	width:auto;
	/*table-layout:fixed;*/
}
#nav div {
	float:left;
	width:6%;
}
#logo {
	text-align:right;
	float:right;
	/*padding-bottom:3px;*/
	margin-top: 12px;
}
a {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	background-color:#666666;
	padding:1px;
}

#imagen {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
}
#pie {
text-align:right;
width:770px;
}
#header {
clear:both;
}

/* SUBMENU PORFOLIO */
#menu {
	margin-left:-40px;
	padding:0;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	margin:0;
	padding:10px 1px;
	float: left;
	position: relative;
	list-style:none;
	/*display:block;*/
}
#nav li a {
	color:#FFF;
	text-decoration:none;
	letter-spacing:normal;
	padding: 0px 6px;
}
#nav li a:hover {
	color:#99FF00;
	text-decoration:none;
	background:none;
	padding: 0px 6px;
}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	left: 2px;
	background:#fff;
	border-left:1px dotted #333;
	border-right:1px dotted #333;
}
#nav li ul li {
	/*white-space:nowrap;*/
	display:block;
	margin:0;
	padding:2px;
	width:10em;
	border-bottom:1px dotted #333;
}
#nav li ul li a {
	display:block;
	padding:1px 4px;
	letter-spacing:normal;
	color:#333;
	text-decoration:none;
	background:#f1f1f1;
	border-right:5px solid #ccc;
}
#nav li ul li a:hover {
	padding:1px 4px;
	letter-spacing:normal;
	color:#333333;
	text-decoration:none;
	background:#FFFFFF;
	border-right:5px solid #333333;
}
#nav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* PORFOLIO */
.clientes {
border-bottom:1px solid #333333;
}
.clientes a {
background-color:#000000;
margin:0px;
padding:0px;
}
.clientes a:hover {
background-color:#000000;
margin:0px;
padding:0px;
}
.clientes img{
	margin:0 5px;
}
.clientes a img {
	border:1px solid #DFDFDF;
	padding:1px;
	margin:0 5px;
	margin-bottom: 5px;
}
.clientes a:hover img {
	border:1px solid #FFF;
}
/* CV */
#cv {
}
#cv h1{
font-size:11px;
font-weight:bold;
}
#cv h2{
font-size:11px;
font-weight:bold;
color:#F5F5F5;
}
#cv li {
list-style:square;
margin:5px;
}
#cv ul {
margin:5px;
padding:0;
}
#imagen cv{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
}
/* Contacto */
#contacto {
	/*margin-top:30px;*/
}
	#contacto h1{
		font-size:11px;
		font-weight:bold;
	}
	#contacto #form-left{
		width: 250px;
		float: left;
	}
	#contacto span.msg-contact{
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		padding: 30px 0;
		display: block;
	}
	#contacto .button{
		margin-left: 250px;
	}
		#contacto .button input{
			height: auto;
			width: auto;
		}
form {
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
	padding: 0px;
}
input {
	height:15px;
	border:1px solid #4f4f4f;
	color:#999;
	padding: 0 4px;
	background:#363636;
	width: 200px;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 15px;
}

textarea{
	overflow:auto;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	width:200px;
	margin-bottom:10px;
	border:1px solid #4f4f4f;
	background:#363636;
	color:#999;
	padding:0 4px;
}

label {
	display: block;
}
