body {
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #6c6c6d;
	background-image: url(../images/fondo.jpg);
	background-repeat:  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p, h2 {
	margin: 0px;
	padding: 0px;
}
div#general {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#cabecera {
	background-image: url(../images/fondocabecera.jpg);
	background-repeat:  repeat-x;
	height: 31px;
	margin-bottom: 20px;
}
div#cabecera h1 {
	font-size: 1.2em;
	display: block;
	width: 315px;
	margin-right: auto;
	margin-left: auto;
	line-height: 31px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#contenido {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
div#trabajos {
	float: left;
	width: 598px;
	height: 250px;
	margin-bottom: 20px;
}
div#trabajos p {
	margin-bottom: 9px;
}
div#formulario {
	float: right;
	width: 304px;
	height: 250px;
	margin-bottom: 20px;
}
div#formulario h2 {
	background-image: url(../images/contacto.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	width: 304px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
div#formulario h6 {
	font-size: 1.2em;
	color: #CCFF00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#formulario a {
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}
div#formulario a:hover {
	color: #000000;
	background-color: #CCFF00;
}
div#formulario a:active {
	color: #FF0000;
	background-color: #000000;
}
div#formulario label {
	float: left;
	clear: both;
	display: block;
	width: 80px;
	height: 20px;
}
div#formulario input {
	padding: 0px;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #84B02B;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 18px;
	width: 215px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#formulario  input:focus {
	color: #000000;
	background-color: #ECF5D8;
}
div#formulario textarea {
	color: #FFFFFF;
	border: 1px solid #8AB82D;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 215px;
}
div#formulario textarea:focus {
	color: #000000;
	background-color: #ECF5D8;
}
div#formulario input#enviar {
	clear: left;
	background-image: url(../images/enviar.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 83px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 80px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#formulario input#enviar:hover {
	background-image: url(../images/enviar_sobre.png);
}
div#curriculum {
	float: left;
	width: 150px;
}
div#curriculum h2 {
	background-image: url(../images/sobremi.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	width: 150px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
div#curriculum  p#foto {
	border: 1px solid #85B12B;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 98px;
}
div#curriculum p {
	clear: both;
	margin-bottom: 5px;
}
div#curriculum  a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
div#portfolio {
	float: right;
	width: 800px;
	clear: right;
}
div#portfolio h2 {
	background-image: url(../images/portfolio.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	width: 800px;
	text-indent: -9999px;
}
div#pie {
	background-image: url(../images/fondopie.jpg);
	background-repeat:  repeat-x;
	clear: both;
	height: 60px;
	line-height: 60px;
}
div#pie p {
	width: 300px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

