body,
html{
	width:100%;
	text-align:center;
	}

body{
	font:70% 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	background:#f2f2f2 url(../graphics/bg.gif) repeat-y center top;
	}


h1, h2, h3, h4, h5, h6, blockquote, p{
	margin:.5em 0;
	padding:0;
	}
li {
	font-size: 1.2em;
	padding:3px 0 6px 15px;
	display: block;
	background:url(../graphics/icon-arrow.gif) no-repeat left 50%;
	background-position: 1px 10px ;
	list-style:none;
	/*margin:0 0 1px;*/
/*	line-height:1.2em;*/
	
}
p, li, blockquote{
	line-height:160%;
	}

img{
	border:none;
	}
	
abbr{
	border:none;
	}
	
a{
	color:#333;
	text-decoration:none;
	}

a:hover{
	color:#000;
	}
	
p{
	color:#000;
	margin-bottom:1.5em;
	font-size:1.2em;
	}
	
q{
	quotes:"\201C" "\201D" "\2018" "\2019";
	}
q:before{
	content:open-quote;
	}
q:after{
	content:close-quote;
	}	
h1{
	font-size:2.2em;
	color:#043f7b;
	margin-top:0;
	}	
h2{
	font-size:1.6em;
	color:#900;
	}
h3{
	font-size:1.3em;
	color:#043f7b;
	}
h4{
	font-size:1.3em;
	color:#900;
	}
	
	
blockquote{
	background:url(../graphics/icon-quoteleft.gif) no-repeat left top;
	margin:20px;
	}
blockquote p{
	background:url(../graphics/icon-quoteright.gif) no-repeat right bottom;
	font-size:1.2em;
	color:#888;
	padding:5px 5px 0 20px;
	margin:0;
	}
blockquote p.nostyle{
	background:none;
	font-size:1em;
	color:#555;
	padding:5px 20px 0;
	margin:0;
	}

/* Estructura
*************************************************************************************************/
#wrapper{
	background:url(../graphics/bg-top.jpg) no-repeat center top;
	min-height:460px;
	}

#container{
	width:674px;
	text-align:left;
	margin:0 auto;
	padding:0px 50px;
	}	

#header{
	height:125px;
	overflow:hidden;
	}
#main{
	clear:both;
	}
#footer{
/*clear:both;*/
width: 775px;
height: 100px;
background-image:url(../graphics/pie.jpg);
margin: -1px -1px 0 -51px;
	}

/* Logo
*************************************************/
#logo{
	font-size:2.7em;
	color:#043f7b;
	text-transform:uppercase;
	float:left;
	}
	


/* Content
*************************************************************************************************/
	
#content{
	float:left;
	width:495px;
	padding-left:5px;
	}
#content img.mast{
	padding:6px;
	background:#fff url(../graphics/bg-mast.gif) no-repeat;
	margin:0 0 10px -5px;
	}
#content img{
	margin:0 0 10px 10px;
	float:right;
	}
#content img.nofloat{
	float:none;
	margin:10px 0;
	}
#content img.bordered{
	padding:3px;
	background:#fff;
	border:1px solid #ddd;
	}
#content a:hover img.bordered{
	border:1px solid #bbb;
	}
p.webability a{
	border-bottom:none !important;
	text-decoration:none !important;
	}
p.pdf a{
	border-bottom:none !important;
	text-decoration:none !important;
	background-image:url(../graphics/pdf_button.png) no-repeat center left;
	}	
#content dt{
	margin:10px 0 3px 0;
	padding:0;
	font-weight:bold;
	font-size:1.6em;
	color:#900;
	}
#content dd{
	margin:0 0 20px;
	padding:0 5px;
	line-height:1.5em;
	font-size:1.2em;
	}
#content ul{
	list-style:none;
	margin:0 30px 25px 13px;
	padding:0;
	line-height:1.2em;
	font-size:1.2em;
	}
#content ol{
	margin:0 30px 25px 33px;
	padding:0;
	font-size:1.2em;
	}
#content ol li{
	padding:5px 0;
	}

#content ul li{
	margin:0;
	display:block;
	background:url(../graphics/icon-arrow.gif) no-repeat 3px 12px;
	padding:5px 0 5px 15px;
	}
#content ul.twocol li{
	width:200px;
	float:left;
	}
	
#content ul.tick li{
	margin:0;
	display:block;
	background:url(../graphics/tick.gif) no-repeat 0 9px;
	padding:5px 0 5px 15px;
	}
	
#content p a,
#content li a{
	color:#900;
	border-bottom:1px dashed #ccc;
	}
#content p a:hover,
#content li a:hover{
	color:#043f7b;
	}
#content a .adobe{
	margin:0;
	padding:0;
	clear:left;
	}	
p.goback a{
	margin:0;
	background:url(../graphics/btn-goback.gif) no-repeat;

	width:85px;
	display:block;
	float:left;
	padding:10px 0 10px 10px;
	letter-spacing:-1000em;
	overflow:hidden;
	border:none !important;
	cursor:pointer;
	}
p.goback a:hover{
	background:url(../graphics/btn-goback.gif) no-repeat 0 -50px;
	}

p.quickquote a{
	margin:0;
	background:url(../graphics/btn-quickquote.gif) no-repeat;
	width:95px;
	display:block;
	padding-top:20px;
	height:0;
	overflow:hidden;
	border:none !important;
	cursor:pointer;
	}
p.quickquote a:hover{
	background:url(../graphics/btn-quickquote.gif) no-repeat 0 -40px;
	}
p.btndownload a{
	margin:0;
	background:url(../graphics/btn-download-now.gif) no-repeat;
	width:115px;
	display:block;
	padding-top:20px;
	height:0;
	overflow:hidden;
	border:none !important;
	cursor:pointer;
	}

.clearboth{
clear:both;
}



/* Hompeage Banner
*************************************************/	
#banner{
	clear:both;
	color:#fff;
	font-size:2em;
	display:block;
	float:left;
	font-weight:normal;
	background:#900;
	margin:6px 0 30px;
	}
	
	
/* Cajas centrales
*************************************************/
#testimonialbox{
	clear:both;
	float:left;
	width:320px;
	margin-right:10px;
	}
#testimonialbox h3{
	color:#043f7b;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	}
#testimonialbox blockquote{
	margin:15px 0 0; 
	}
#testimonialbox blockquote p{
	font-size:1.1em;
	padding:5px 5px 0 20px;
	margin:0;
	}
#testimonialboxr{
	float:right;
	width:310px;
	/*margin-right:34px;*/
	}
#testimonialboxr h3{
	color:#043f7b;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	}
#testimonialboxr blockquote{
	margin:15px 0 0; 
	}
#testimonialboxr blockquote p{
	font-size:1.1em;
	padding:5px 5px 0 20px;
	margin:0;
	}
/*-*/
#testimonialboxc{
	clear:both;
/*	float:left;*/
	width:670px;
	margin-right:0px;
	}
#testimonialboxc h3{
	color:#043f7b;
	background-color: #fff7d2;
	padding: 5px;
	border: #b3755b solid 1px;
	font-size:1.5em;
/*	text-transform:uppercase;*/
	font-weight:bold;
	margin-bottom:10px;
	}
#testimonialboxc blockquote{
	margin:15px 0 0; 
	}
#testimonialboxc blockquote p{
	font-size:1.1em;
	padding:5px 5px 0 20px;
	margin:0;
	}
	
	
/* Footer
*************************************************************************************************/
#footer p{
	font-size:1em;
	text-align:center;
	color:#999;

	}


	
/* Clearfix (updated for IE7 compatibility)
*************************************************************************************************/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
   
* html>body .clearfix {
    display:inline;
    width:100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height:1%;
    /* End hide from IE-mac */
    }
	

	
