﻿

/* Global white space reset */
*
{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address
{
	margin: 0 10px;
}
li, dd
{
	margin-left: 15px;
}
fieldset
{
	padding: 6px;
}

/* Undo default HTML styling of common browsers */
a:link, a:visited
{
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited
{
	text-decoration: none;
	color: #2483A6;
}
ul, ol
{
	list-style: none;
}
img
{
	border: none;
}

/* General */
html, body
{
	height: 100%;
}
body
{
	background: #292526 url('../images/bg_general.jpg') no-repeat center top;
	color: #4e4a49;
	text-align: center;
	margin: 0;
	font: normal 11px/15px verdana,serif;
}

/* General links */
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
a:focus, input:focus
{
	outline: none;
}

/* Paragraph and headings */
p
{
	margin: 0 0 8px 0;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 13px;
}
h3
{
	font-size: 12px;
	color: #000;
	margin: 5px 15px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 10px;
}

/* Forms */
.submit
{
	font: bold 12px verdana,serif;
	cursor: pointer !important;
	color: #2483A6;
	background: none;
	border: none;
	width: 60px;
	margin: 0 0 0 6px;
}
.radio
{
	margin: 0 5px 0 0;
	background: none;
	border: none;
}
.search
{
	width: 150px;
	height: 18px;
	font: normal 12px verdana;
	color: #333;
	border: 1px solid #999;
	background: url('../images/bg_search_field.gif') no-repeat left top;
	padding: 5px 6px 1px 6px;
	vertical-align: middle;
}

/* Who's your daddy */
#daddy
{
	width: 998px;
	min-height: 100%;
	height: auto;
	margin: 0 auto -95px auto;
	text-align: left;
}
* html #daddy
{
	height: 100%;
}

/* Header */
#header
{
	height: 312px;
}
#logo
{
	width: 366px;
	height: 85px;
	padding: 14px 0 0 0;
	/*background: url('../images/bg_menu_starter.gif') no-repeat right top;*/
	float: left;
	display: inline;
	position: relative;
}
#logo-text
{
	color: #E5E5E5;
	font: bold 14px Calibri,arial,serif;
	position: absolute;
	top: 35px;
	left: 35px;
}
#ticker
{
	width: 442px;
	height: 31px;
	float: right;
	display: inline;
	padding: 5px 0 0 0;
	margin-top: 30px;
	margin-right: 45px;
	text-align: right;	
	color: #E5E5E5;
	font: bold 14px Calibri,arial,serif;
}
#ticker a
{
    font: bold 14px Calibri,arial,serif;
    color: #E5E5E5;
}
#ticker:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#headerimage
{
	left: 0px;
	width: 998px;
	height: 203px;
	background: url('../images/headerCons.jpg') no-repeat left center;
	float: left;
	position: relative;
}
#slogan
{
	color: #FFF;
	font: normal 20px Calibri,arial,serif;
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 420px;
	letter-spacing: 3px;
}
#slogan2
{
	color: #0098DB;
	font: bold 32px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	position: absolute;
	bottom: 40px;
	text-align: center;
	left: 325px;
	letter-spacing: 2px;
}
#download
{
	width: 189px;
	height: 59px;
	margin: 128px 0 0 0;
	background: url('../images/download.gif') no-repeat left top;
	float: left;
}
#download-text
{
	color: #fff;
	font: bold 15px/22px arial,serif;
	width: 187px;
	display: block;
	text-align: center;
	padding: 8px 2px 0 0;
}
#icons
{
	width: 97px;
	height: 90px;
	background: url('../images/bg_icon_lines.gif') no-repeat right top;
	margin: 126px 0 0 0;
	float: right;
}
#home
{
	width: 13px;
	height: 13px;
	margin: 30px 7px 0 0;
	float: right;
}
#sitemap
{
	width: 13px;
	height: 13px;
	margin: 52px 7px 0 0;
	float: right;
}
#contact
{
	width: 13px;
	height: 13px;
	margin: 76px 7px 0 0;
	float: right;
}
/* Header links */
#logo a
{
	font-weight: normal;
}
#download a
{
	color: #fff;
	display: block;
	height: 51px;
}
#download a:hover, #logo a:hover
{
	text-decoration: none;
	color: #ddd;
}

/* Menu */
#title h3
{
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 0;
	color: #888;
}
#title p
{
	font-size: 0.9em;
	color: #808080;
	padding: 0;
	background: inherit;
}
#menu
{
	width: 632px;
	height: 53px;	
	background: url('../images/bg_menu.gif') repeat-x left top;
	float: right;
	display: inline;
}
#menu ul
{
	padding: 20px 0 20px 130px;
	margin: 0;
}
#menu li
{
	display: inline;
	list-style: none;
	margin: 0 16px 0 0;
	font: bold 13px verdana,serif;
}
#menu ul li a:link, #menu ul li a:visited
{
	padding: 5px 7px;
	color: #000;
	border: 1px solid #ead28b;
	background: #fff;
}
#menu ul li a:hover, #menu ul li a#active, #menu ul li a:active
{
	color: #fff;
	border: 1px solid #fff;
	background: #000;
	text-decoration: none;
}

/* CONTENT AND COLUMNS */
#content
{
	/*background: #FFFFFF url('../images/bg_page2.jpg') repeat-y left top;	*/
}
#content a:link, #content a:visited
{
	text-decoration: none;
	color: #2483A6;
	font-weight: bold;
}
#cA
{
	float: left;
	padding: 6px;
	width: 900px;
	margin-left: 50px;
	display: inline;		
}
.Ctopleft
{
	/*background: url('../images/corners_top.jpg') no-repeat left top;*/
	width: 9px;
	height: 9px;
	overflow: hidden;
	float: left;
}
.Ctopright
{
	/*background: url('../images/corners_top.jpg') no-repeat right top;*/
	width: 9px;
	height: 9px;
	overflow: hidden;
	float: right;
}
#search
{
	background: #a4c0ba;
	padding: 10px 15px;
}
#cA img
{
	padding: 4px;
	border: 1px solid #d3cfce;
	margin: 4px 7px 0 0;
}
.testimonial
{
	padding: 10px;
	font: normal 10px arial,sans-serif;
	
} 
* html .testimonial{height:100%} /* HACK para IE para que salgan bien espaciadas las noticias.*/
#cB
{
	float: right;
	width: 679px;
	margin: 0 8px 0 0;
	display: inline;
}
#cBA
{
	padding: 8px;
}

#cB1
{
	width: 340px;
	float: left;
	padding: 0 10px 5px 10px;
}
.news
{
	border-bottom: 1px solid #e6e1dd;
	border-top: 1px solid #fcfafb;
	padding: 10px 15px 5px 15px;
}
#cB2
{
	width: 309px;
	float: right;
	margin: 0;
}
.about
{
	background: #c6d6d6;
	border: 1px solid #a4c0ba;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #34415F;
}
.about ul
{
	list-style-type: none;
}
.about li
{
	padding: 0 0 0 20px;
	margin: 5px 0;
	background: url('../images/check.gif') no-repeat 0 50%;
}
#newsletter
{
	width: 309px;
	height: 86px;
	background: url('../images/newsletter.jpg') no-repeat left top;
	position: relative;
	text-transform: uppercase;
}
#newsletter-title
{
	color: #fff;
	font: normal 24px impact,serif;
	position: absolute;
	top: 10px;
	left: 15px;
}
#newsletter-title a
{
	color: #fff !important;
	font-weight: normal !important;
}
#newsletter-text
{
	font: normal 10px arial,serif;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 209px;
}
#newsletter-text a
{
	color: #35393f !important;
}
.Cpad
{
	margin: 0 8px 0 30px;
}
.Cbottomleft
{
	/*background: url('../images/corners_bottom.jpg') no-repeat left top;*/
	width: 9px;
	height: 9px;
	overflow: hidden;
	float: left;
	display: inline;
}
.Cbottom
{
	width: 942px;
	height: 9px;
	overflow: hidden;
	display: inline;
	float: left;
	/*background: url('../images/bg_page2.jpg') repeat-y -39px 0;*/
}
.Cbottomright
{
	/*background: url('../images/corners_bottom.jpg') no-repeat right top;*/
	width: 9px;
	height: 9px;
	overflow: hidden;
	float: right;
	display: inline;
}

#footer {height:95px; width:100%; margin:0; background:url('../../images/bg_footer.gif') no-repeat bottom center}
#foot {height:95px; width:998px; margin:0 auto; text-align:center}
#foot1 {height:30px; text-align:center; padding:52px 39px 0 0; color:#BBB}
#foot1 a:link, #foot1 a:visited {color:#BBB}
#foot1 a:active {color:#BBB}
#foot2 {padding:10px 360px 0 30px; color:#999}
#foot2 a:link, #foot2 a:visited {color:#ddd}
#foot2 a:active {color:#eee}
.star {color:#fc0}
.valid {float:right}


/* Misc */
.clear
{
	clear: both;
}
.leflo
{
	float: left;
}
.riflo
{
	float: right;
}
#properspace
{
	height: 105px;
}
#preloader
{
	display: none;
}

/* FORM */
form input.text, form textarea, form select
{
	width: 100%;
	border: 1px #C0C0C0 solid;
	color: #666;
	padding: 4px 5px;
	margin: 0 0 0 10;
	font: 12px Arial,san-serif;
	background-color: #F3F3F3;
}

form input.text:hover, form textarea:hover
{
	border: 1px #E0E0E0 solid;
}

form input.text:focus, form textarea:focus
{
	border: 1px #CCC solid;
	color: #666;
}

form input.button
{
	margin: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 3px 5px;
	font: 12px Arial,san-serif;
}

* html form textarea
{
	border-color: #CCC;
	color: #333;
}

/*.panels
{
    border: 1px solid #CCC;
    background-color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}*/

