@charset "utf-8";
/* RESET */
*{	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, u, i, center, ul, li, form, table, tr, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* TIPOGRAFIA */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	word-spacing:-1px;
	width:550px;
}
.margen {
	margin-left:10px;
}
h1 {
	font-size:25px;
    letter-spacing:-1px;
	color:#FF0066;
	font-weight:bold;
}
h2{
	font-size: 15px;
	line-height:20px;
	letter-spacing:-1px;
	color:#FF0066;
}
h3{	
	line-height: 20px;
	font-size: 14px;
	color:#FF0066;
}
.small {
	font-size:11px;
	word-spacing:-1px;
}
.big{
	font-size:24px;
    letter-spacing:-3px;
	line-height:20px;
	color: #FF0066;
	font-weight:bold;
}
a {
	color:#FF0066;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}

/* MAIN */
html {
	height:100%;
	font: 0.73em/1.6 Helvetica, Arial, sans-serif;
	overflow:scroll;
}
body {
	color:#D1D1D1;
	height:100%;
	cursor:crosshair;
/*	background:url(../images/back.png) repeat-x;*/
	background-color:#121212;
}
#main {
	width:962px;
	margin:0 auto;
	height:100%;
	
}
/* HEADER */
#header{
	position:relative;
	width:100%;
	height:150px;
}
#logo {
	float:left;
	width:610px;
	height:140px;
}
#menu {
	position:absolute;
	right:0;
	top:0;
	width:342px;
	height:150px;
	z-index:2;
}
#menu ul {
	list-style:none;
}
#menu li {
	background-color:#FFF;
	float:left;
	width:113px;
	height:150px;
	margin-top:-10px;
	border-left:1px solid #ff0066;
}
#menu a {
	padding-top:120px;
	text-decoration:none;
	display:block;
}
/* CONTENIDO */
#contenido {
	z-index:1;
	border-top:1px solid #8b0b3e;
	border-bottom:1px solid #8b0b3e;
	/*HEIGHT FIX*/
	width:100%;
	overflow:auto;
}
#lcol{
	float:left;
	width:610px;
	padding:10px 0;
}
#rcol{
	float:left;
	width:330px;
	padding:10px 5px;
	margin-left:10px;
}
#novedades{
	margin: 10px 0 0;
	padding:5px 0;
	border-top:1px solid #8b0b3e;
}
#infowork{
	margin: 10px 0 0;
	padding:20px 0;
	border-top:1px solid #8b0b3e;
}
.titular {
	margin-bottom:10px;
}
/* FOOTER */
#footer {
	clear:both;
	width:952px;
	height:70px;
	margin-top:5px;
	padding:5px;
	background-image:url(../images/slashes.png);
}
hr {
	width:620px;
	border-top:none;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	height:0;
	text-align:left;
}
/* SLIDER*/
#slide{
	margin-top:0px;
}
.notaslide{
	border-right: 1px solid #8b0b3e;
	border-bottom: 1px solid #8b0b3e;
	font-size:10px;
	text-transform:uppercase;
	padding:2px 0;
}
.moduloslide{
	margin-bottom:10px;
}
#botoneraslide{
	text-align:right;
	height:16px;
	padding:4px;
	background-color:#222;
}
/*	CONTACTO */
dt.info {
	float:left;
	clear:left;
	border-bottom: 1px solid #8b0b3e;
	height:30px;
	width:90px;
	padding-top:5px;
}
dd.info {
	padding-top:5px;
	float:left;
	display:block;
	height:30px;
	width:240px;
	border-bottom: 1px solid #8b0b3e;

}
#mapa {
	margin:20px 0 0 95px;
}
#formulario {	
	text-align:center;
	position:relative;
	width:400px;
	left:100px;
	margin-top:20px;
}
table { width:400px;}
input {
	font-family:Arial, Helvetica, sans-serif;
	width:220px;
	font-size:12px;
	height:20px;
	border:0px solid #FFFFFF;
}
input:focus, textarea:focus {
	background:#F9D5E2;
}
textarea {
	width:220px;
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #FFFFFF;
}
button {
	width:100px;
	height:22px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}
.label {
	width:120px;
	text-align:left;
	vertical-align:top;
}
.campo {
	width:280px;
}
.inputNormal {
	border:0;
}
.Error {
	border:1px solid #FF0066;
	border-left:1px solid #FF0066;
	color:#FF0066;
}
/* POPUP CONTACTO */
#popup {
	background-color:#121212;
	z-index:1;
	position:absolute;
	width:400px;
	height:200px;
	display:none;
}
#leyenda {
	position:absolute;
	width:300px;
	height:200px;
	margin-top:-100px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/*	MENU PORTFOLIO */
dt.portfolio{
	padding:5px 0;
	font-size: 15px;
	line-height:20px;
	letter-spacing:-1px;
	color:#FF0066;
	font-weight:bold;
}

ul.portfolio{
	list-style:none;
	margin-left:15px;
	border-top:1px solid #8b0b3e;
	border-bottom:1px solid #8b0b3e;
}

/* MOTION */
#media {
	padding:0 55px;
}