/* TAG's Default v2.8 */
/*
    Style Index
	-----------------------------------
	0. Reset
	1. Generic
    2. Layout
    3. Logo, Header and Main Navigation
    4. Content
    5. Footer
*/

/* 0. 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,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

table { border-collapse: collapse; border-spacing: 0; }

a img,:link img,:visited img { border: none; }

:focus { outline: none; }

/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */

body { font: normal 11px Arial, Helvetica, sans-serif; color: #999; margin: 0px; background: #FFF url(../i/df_bg1.gif) repeat-x top center; line-height: 1; }

input,textarea,select { border: solid 1px #CCC; background-color: #FFF; padding: 2px; }

select { padding: 1px; }

a { color: #999; text-decoration: none; }

a:hover { color: #666; text-decoration: underline; }

legend,.hidden,hr,button span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { display:none; }

ol,ul { list-style: none; }
/* Varios */
.required {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #B36612;
}

/* Buttons */
a.df_b1 {
	background: url(../i/df_footer_b1.png) no-repeat center top;
	display: block;
	width: 84px;
	height: 30px;
	padding: 0!important;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
a.df_b1:hover {
	background-position: center bottom;
	text-decoration: none;
	cursor: pointer;
}
a.df_b1 span {
	display: none;
}


/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */

#main {
	width: 960px;
	margin: 0 auto;
}
#header {
	margin: 0;
	height: 100px;
}
#footer {
	font: normal 11px/140% Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 940px;
	padding:0 10px;
	height: 295px;
	margin-top: 20px;
	clear: both;
}

/* 3. Logo, Header and Main Navigation /////////////////////////////////////////////////////////////////////////////////// */

#logo {
	float: left;
	margin: 20px 0 0 0;
}
#menu {
	text-align:right;
	margin: 80px 0 0 0;
	list-style-type:none;
	float: right;
}
#menu li {
	float: left;
	display: inline;
	height: 35px;
	margin-left: 30px;
}
#menu li a {
	font-size: 14px;
	height: 35px;
	margin: 0 5px;
	display: block;
}
#menu li a:hover {
	color: #333;
	text-decoration: none;
}
#menu li a.active {
	color: #333;
	background: url(../i/df_m_bg1.gif) no-repeat center bottom;
}
#menu li a span {
	display: none;
}

/* 4. Content /////////////////////////////////////////////////////////////////////////////////// */

/* Home */
#home #main {
	background: url(../i/home_bg1.png) no-repeat center top;
}

/* Quienes somos */
#company #main {
	background: url(../i/company_bg1.png) no-repeat center top;
}
#company #content #beta {
	margin-top: 45px;
}
#company #content #beta .photo {
	padding: 8px 0 0 6px;
}

/* Que hacemos */
#services #main {
	background: url(../i/services_bg1.png) no-repeat center top;
}
#services #content #alpha_beta {
	float: left;
	padding: 0;
}
#services #content #alpha_beta ul {
}
#services #content #alpha_beta ul li {
	color: #333;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
#services #content #alpha_beta ul li span {
	background: url(../i/df_bullet1.gif) no-repeat left center;
	color: #FB8400;
	padding-left: 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Default */
#content {
	height: 370px;
	margin-top: 30px;
	padding:0 10px;
	overflow: hidden;
}
#content h2{
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#content #alpha {
	float: left;
	width: 450px;
	padding: 0;
}
#content #alpha p {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 15px;
}
#content #alpha p span {
	font-weight: bold;
}
#content #alpha .photo {
	float: right;
	width: 170px;
	height: 90px;
	padding: 30px 30px;
}
#content #alpha p .link {
	background: url(../i/df_arrow1.gif) no-repeat right 5px;
	padding-right: 12px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
#content #alpha p .link:hover {
	padding-right: 13px;
	text-decoration: none;
}
#content #beta {
	float: right;
	width: 450px;
}
#content #beta ul {
}
#content #beta ul li {
	background: url(../i/df_bullet1.gif) no-repeat left center;
	padding-left: 12px;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 15px 0;
}
#content #beta ul li a {
	color: #FB8400;
	text-decoration: none;
}
#content #beta ul li a:hover {
	color: #333;
	text-decoration: none;
}
/* 5. Footer /////////////////////////////////////////////////////////////////////////////////// */

#footer a {
	color: #FFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 2px;
}
#footer h2{
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	margin-bottom: 10px;
}
#footer .contact fieldset{
	float: left;
	width: 290px;
	margin-left: 160px;
}
#footer .contact fieldset p{
	margin-top: 15px;
	overflow: hidden;
}
#footer .contact fieldset label{
	display: block;
	float: left;
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 80px;
}
#footer .contact fieldset span{
	float: left;
	width: 10px;
}
#footer .contact fieldset input{
	float: left;
	width: 180px;
	background-color: #FFF;
	border: 1px solid #B36612;
}
#footer .contact fieldset.comment{
	float: right;
	width: 450px;
	margin: 0;
}
#footer .contact fieldset.comment label{
	float: inherit;
}
#footer .contact fieldset.comment textarea{
	float: right;
	width: 444px;
	height: 100px;
	margin-top: 5px;
	background-color: #FFF;
	border: 1px solid #B36612;
}
#footer .contact fieldset.comment .button{
	float: right;
}
#footer .center{
	width: 360px;
	height: 30px;
	margin: 0 auto;
	padding-top: 40px;
	#padding-top: 30px;
	color: #FFF;
	display: block;
	clear: both;
}
#footer .center .left{
	float: left;
}
#footer .center .right{
	float: right;
}