body {
	background-image: url(../imagenes/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #010101;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
img { 
	border: none;
}
a {
	color: #f1898d;
	text-decoration: underline;
}
a:visited {
	color: #797979;
	text-decoration: underline;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* END: Clearfix */
#contenedor {
	margin-top: 55px;
	width: 100%;
	text-align: center;
}
#contenedor-centro {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 702px;
	position: relative;
}
#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
#botonera {
	padding-top: 65px;
	height: 26px;
	text-align: right;
}
#botonera ul {
	float: right;
	list-style:none;
	margin:0;
	padding:0;
}
#botonera ul li {
	margin: 0px 1px 0px 0px;
	padding:0; 
	float:left;
}
#botonera ul li a{
	display:block; 
	width: 74px;
	padding:6px 0px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#303030;
	background-image: url(../imagenes/botonera.png);
	background-repeat: none;
	background-position: top;
	font-weight: bold;
	font-size: 12px;
}
#botonera ul li a:hover {
	color:#FFF;
	background-image: url(../imagenes/botonera.png);
	background-repeat: none;
	background-position: bottom;
}
#botonera ul .selected a{
	display:block; 
	width: 74px;
	padding:6px 0px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFF;
	background-image: url(../imagenes/botonera.png);
	background-repeat: none;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
}
#contenedor-principal {
	background: #343434;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 700px;
	height: 390px;
	position: relative;
	z-index: 1;
}
#contenedor-principal h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #a5a6a8;
}
#contenedor-principal h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #a5a6a8;
}
#contenido-left {
	width: 373px;
	float: left;
	z-index: 99999;
}
#contenido-left .contenedor-principal-texto {
	margin: 85px 5px 5px 10px;
}
#contenido-right {
	width: 327px;
	float: right;
	z-index: 99999;
}
#contenido-right .contenedor-principal-texto {
	margin: 10px 5px 5px 5px;
}
#nombre-seccion {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 50px;
	color: #191919;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	line-height: 70%;
}
#portfolio-fotos {
	height: 300px;
	overflow: hidden;
}
#portfolio-fotos .foto{
	height: 300px;
}
#portfolio-fotos .foto img {
	border: 3px solid;
}
#thumbnails-contenedor {
	width: 300px;
}
#thumbnails-contenedor .thumbnail {
	float: left;
	text-align: center;
	width: 100px;
}
#thumbnails-contenedor .thumbnail img {
	border: 2px solid #FFF;
	cursor: pointer;
}
#thumbnails-contenedor .thumbnail .selected {
	border: 2px solid #ed1c24;
}
#formulario-contacto p label {
	float: left;
	width: 90px; 
	text-align:left;
	padding:5px; 
	font-weight: bold;
}
#formulario-contacto p br {
	clear: left;
	margin-bottom: 5px;
}
#formulario-contacto p {
	color: #FFF;
}
#formulario-contacto p input {
	background: #514f4f;
	color: #fff;
	width: 200px;
	border: 2px solid #676767;
}
#formulario-contacto textarea {
	background: #514f4f;
	color: #fff;
	width: 300px;
	border: 2px solid #676767;
	height: 100px;
}
#formulario-contacto .error { 
	position: absolute;
	top: 200px;
	left: 200px;
	background: #FFF;
	display: none;
}

#formulario-contacto .boton {
	background: #514f4f;
	border: 2px solid #676767;
	text-align: center;
	font-weight: bold;
	width: 60px;
	margin-left: 240px;
}
.ul-arrow {
	list-style-image: url(../imagenes/arrow.png);
	margin: 0px;
	padding: 0px 10px 0px 40px;
}
.ul-arrow li {
	margin: 5px;
}
.border-white {
	border: 2px solid #FFF;
}
.border-red {
	border: 2px solid #e91d24;
}
