@charset "utf-8";
*
{
	padding: 0;
	margin: 0;
}

html, body
{
	background-color: #fff;
	font-size: 100%;
	font: normal 1em Arial;
	color: #585a62;
}

img
{
	border: 0;
}


#sobremi a, a:visited, a:active
{
	color: #00a7ff;
	text-decoration: none;
}

#sobremi a:hover
{
	text-decoration: underline;
}

#contacto a, a:visited, a:active
{
	color: #accc2d;
	text-decoration: none;
}

#contacto a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 56em;
	height: auto !important;
	margin: 4em auto 1em;
}

#container
{
	width: 56em;
	margin: 0 auto;
	padding: 0.3em;
}

#header
{
	width: 56em;
	float: left;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

#logo
{
	float: left;
	width: 56em;
}

#descripcion
{
	float: left;
	font: normal 0.8em Arial;
	color: #ccc;
}

#nav
{
	width: 9em;
	float: left;
	margin-right: 3em;
}

#nav ul
{
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li
{
	clear: both;
	list-style-type: none;
	font: normal 0.9em Arial;
	margin-bottom: 0.5em;
}

#nav ul li a
{
	color: #585a62;
	text-decoration: none;
	padding-bottom: 1px;
	display:block;
}

#nav ul li.sobremi a
{
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}

#nav ul li.sobremi a:hover, #nav ul li.sobremi a.actual
{
	border-bottom: 1px solid #00a7ff;
	text-decoration: none;
}

#nav ul li.portafolio a
{
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}

#nav ul li.portafolio a:hover, #nav ul li.portafolio a.actual
{
	border-bottom: 1px solid #ff5700;
	text-decoration: none;
}

#nav ul li.contacto a
{
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
}

#nav ul li.contacto a:hover, #nav ul li.contacto a.actual
{
	border-bottom: 1px solid #a1ca00;
	text-decoration: none;
}

#contenido
{
	width: 44em;
	float: left;
}

#contenido p
{
	text-align: justify;
	line-height: 1.6em;
	font-size: 0.9em;
}

#works
{
	margin: 0 auto;
	width: 663px;
}

.work
{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 15px 0;
}

.work img
{
	border: 3px solid;
}

.work a
{
	color: #f2f2f2;
}

.work a:hover
{
	color: #ff5700;
}

#foto
{
	float: left;
	margin: 0 1em 1em 0;
}

#foto img
{
	padding: 4px;
	border: 1px solid #ccc;
}

.dato
{
	float: left;
	clear: both;
	margin-bottom: 10px;
	font: normal 0.8em Arial;
}

.titulo
{
	font-weight: bold;
	float: left;
	width: 10em;
}

.informacion
{
	float: left;
	margin-left: 60px;
	width: 40em;
}

form
{
	float: left;
	clear: both;
	margin-bottom: 1em;
	width: 100%;
}

.campo {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.campo label
{
	display:block;
	float: left;
	width: 10em;
	margin-right: 10px;
	font: normal 0.9em Arial;
}

.campo label img
{
	border: 1px solid #000;
	width: 6em;
	height: 1.4em;
}

.campo input
{
	float: left;
	width: 15em;
	border: 1px solid #ccc;
}

.campo textarea
{
	float: left;
	width: 25em;
	height: 7em;
	border: 1px solid #ccc;
}

input#codigo
{
	width: 7em;
}

input#enviar
{
	padding: 1px 8px;
	border: 1px solid #ccc;
	color: #accc2d;
	background-color: #fff;
	float: left;
}

#enviando {
	float: left;
	margin-left: 10px;
	visibility:hidden;
	font: normal 0.8em Arial;
	color: #FF0000;
}

#footer
{
	text-align: center;
	font: normal 0.8em Arial;
	float: left;
	width: 100%;
	margin: 1.5em 0;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}

#footer a, a:visited, a:active
{
	color: #91939a;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	text-decoration: underline;
}

#paginas
{
	clear: both;
	text-align: center;
	font: normal 0.9em Arial;
}

#paginas a, a:visited, a:active
{
	color: #ff5700;
	text-decoration: none;
}

#paginas a:hover
{
	text-decoration: underline;
}

#sobremi h1
{
	margin: 0.6em 0;
	font: bold 0.9em Arial;
	text-transform: uppercase;
	color: #00a7ff;
}

#contacto h1
{
	margin-bottom: 0.6em;
	font: bold 0.9em Arial;
	text-transform: uppercase;
	color: #accc2d;
}

.celeste
{
	 color: #00a7ff;
}

.verde
{
	 color: #accc2d;
}

.naranja
{
	 color: #ff5700;
}
