/* CSS Document */


/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.clear{
	clear:both;
	}
body{
	background:#000000;
	font-family:Trebuchet MS;
	color:#FFFFFF;
	}
#wrapper{
	width:950px;
	overflow:hidden;
	margin:0 auto;
	}
#cabezal{
	background:url(../images/cabezal.jpg) left top no-repeat;
	width:950px;
	height:184px;
	}
#cabezal a.porfolio{
	font-size:14px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	margin:13px 0 0 555px;	
	width:55px;
	height:20px;
	position:absolute;
	}
#cabezal a.home{
	font-size:14px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	margin:22px 0 0 864px;
	width:42px;
	height:20px;
	position:absolute;	
	}
#cabezal a.contacto{
	font-size:14px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	margin:105px 0 0 852px;	
	position:absolute;
	white-space:150px;
	height:20px;
	}
#contacto{
	width:770px;
	padding-left:220px;
	background:url(../images/fdo_contacto.jpg) left top no-repeat;
	}
	label{
	font-size:12px;
	color:#FFFFFF;
	float:left;
	margin-right:8px;
	padding-bottom:25px;
	width:50px;
	text-decoration:right;
	}
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
	label{	padding-bottom:30px;}
	}
	input{
	border:1px solid #FFFFFF;
	font-size:11px;
	color:#FFFFFF;
	width:150px;
	height:15px;
	background:none;
	float:left;
	margin-right:40px;
	background:#000000;
	}
	input#input_submit{
		margin:0 0 0 369px;
		border:none;
		background:none;
		}
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
	input#input_submit{	margin:18px 0 0 369px;}
	}
	textarea{
		width:150px;
		font-family:Trebuchet MS;
		color:#FFFFFF;
		font-size:11px;
		background:none;
		float:left;
		width:398px;
		margin-bottom:20px;
		background:#000000;
		border:1px solid #FFFFFF;
		}
#info{
	padding:20px 40px;
	font-size:11px;
	font-weight:regular;
	text-align:justify;
	}
	#info p{
		line-height:18px;
		}
#mensaje{
	padding-top:50px;
	font-size:11px;
	font-weight:regular;
	text-align:justify;
	}
	#mensaje p{
		line-height:18px;
		text-align:center;
		}
#info_mails{
	margin-top:10px;
	width:485px;
	}
	#info_mails p{
		font-size:12px;
		text-align:center;
		color:#FFFFFF;
		font-weight:bold;
		width:490px;
		}
	#info_mails p a{
		color:#B3CF58;
		font-weight:bold;
		text-decoration:none;
		}
body.home #menu_home{
	color:#b3cf58;
	}
body.porfolio #menu_porfolio{
	color:#b3cf58;
	}
body.contacto #menu_contacto{
	color:#b3cf58;
	}
body.contacto #cabezal{
	background:url(../images/cabezal_contacto.jpg) left top no-repeat;
	}
body.contacto_mensaje #caebzal{
	background:url(../images/cabezal.jpg) left top no-repeat;

