/*   RESET CSS   */

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-weight: inherit;
	font-style: inherit;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color:#5e5e5e;
	text-align:center;
	font-size:12px;
	background:#e2e2e2 url(images/bck_body.gif);
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight:bold;
}

a {
	text-decoration:underline;
	color:#c9041b;
}

a:hover {
	text-decoration:none;
	color:#c9041b;
}

.clearfix:after {  
	content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
	line-height:0; 
} 


.clearfix {  
	display: inline-block;  
}  

.clearfix {  
	zoom: 1;  
} 

.left {
	float:left;
}

.right {
	float:right;
}

p {
	display:block;
	margin:10px 0px;
	line-height:18px;
}

.borde {
	padding:1px;
	border:#fff solid 1px;
	display:inline-block;
}



/*-------------------------------------------------------------------   STRUCTURE  ----------------------------------------------------------------------------*/


#background_top_home {
	background:url(images/bck_top_home.gif) repeat-x top;
}

#background_top {
	background:url(images/bck_top.gif) repeat-x top;
}

#background {
	background:url(images/bck_footer.gif) repeat-x bottom;
	text-align:center;
}

#container {
	width:980px;
	padding:0px 0px;
	margin:0px auto;
	position:relative;
	text-align:left;
}

#top {
	height:107px;
	position:relative;
	text-align:center;
	margin:0px 20px
}

#content {
	margin:20px 20px 0px 20px;
	width:940px;
}

.content100 {
	clear:both;
	width:880px;
	margin:0px 0px 20px 0px;
	padding:30px;
	background:#fff;
	position:relative;
}

#sidebar {
	float:right;
	width:260px;
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding:30px 20px;
	background:#ebebeb;
	position:relative;
}

#sidebar span.sidebar_top_left,
#sidebar span.sidebar_top_right,
#sidebar span.sidebar_bot_left,
#sidebar span.sidebar_bot_right {
	position:absolute;
	width:5px;
	height:5px;
	overflow:hidden;
}

#sidebar span.sidebar_top_left {
	background:url(images/bck_content_sidebar.gif) 0px 0px;
	top:0px;
	left:0px;
}

#sidebar span.sidebar_top_right {
	background:url(images/bck_content_sidebar.gif) -5px 0px;
	top:0px;
	right:0px;
}

#sidebar span.sidebar_bot_left {
	background:url(images/bck_content_sidebar.gif) 0px -5px;
	bottom:0px;
	left:0px;
}

#sidebar span.sidebar_bot_right {
	background:url(images/bck_content_sidebar.gif) -5px -5px;
	bottom:0px;
	right:0px;
}

#content_main {
	float:left;
	width:560px;
	margin:0px 0px 20px 0px;
	padding:30px;
	background:#fff;
	position:relative;
}

#content_main span.main_top_left,
#content_main span.main_top_right,
#content_main span.main_bot_left,
#content_main span.main_bot_right,
.content100 span.main_top_left,
.content100 span.main_top_right,
.content100 span.main_bot_left,
.content100 span.main_bot_right {
	position:absolute;
	width:5px;
	height:5px;
	overflow:hidden;
}

#content_main span.main_top_left,
.content100 span.main_top_left {
	background:url(images/bck_content_main.gif) 0px 0px;
	top:0px;
	left:0px;
}

#content_main span.main_top_right,
.content100 span.main_top_right {
	background:url(images/bck_content_main.gif) -5px 0px;
	top:0px;
	right:0px;
}

#content_main span.main_bot_left,
.content100 span.main_bot_left {
	background:url(images/bck_content_main.gif) 0px -5px;
	bottom:0px;
	left:0px;
}

#content_main span.main_bot_right,
.content100 span.main_bot_right {
	background:url(images/bck_content_main.gif) -5px -5px;
	bottom:0px;
	right:0px;
}

body#home_active #content_main,
body#home_active #sidebar {
	height:680px;
	min-height:630px;
}

body#caracteristicas_active #content_main,
body#caracteristicas_active #sidebar {
	height:900px;
}

body#contratar_active #content_main,
body#contratar_active #sidebar {
	height:720px;
}

body#contacto_active #content_main,
body#contacto_active #sidebar {
	height:600px;
}

body#legal_active #content_main,
body#legal_active #sidebar {
	height:1000px;
}

body#planes_active #content_main,
body#planes_active #sidebar {
	height:1200px;
}


#footer {
	height:340px;
	margin:0px 25px 0px 45px;
}

#subfooter {
	width:980px;
	height:60px;
	margin:0px auto;
	position:relative;
	text-align:left;
	color:#e2e2e2;
}


/*---------------------------------------------------------------------   TOP  --------------------------------------------------------------------------------*/

#logo {
	position:absolute;
	top:8px;
	left:0px;
	display:block;
	width:103px;
	height:92px;
}

#navigation_top {
	width:940px;
	border-top:#363636 solid 6px;
	background: url(images/bck_navbar_top.gif) no-repeat bottom right;
	height:23px;
}

#navigation_top ul#navbar_top {
	background:url(images/bck_navbar_top.gif) no-repeat 0px 0px;
	height:23px;
	float:right;
	padding-left:6px;
	margin-right:5px;
}

#navigation_top ul#navbar_top li {
	height:23px;
	line-height:16px;
	float:left;
	background:#363636;
	font-size:11px;
	display:inline-block;
}

#navigation_top ul#navbar_top li.last {
	height:23px;
	float:left;
}

#navigation_top ul#navbar_top li a {
	height:23px;
	padding:0px 10px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation_top ul#navbar_top li a:hover {
	color:#fff;
	text-decoration:underline;
}

ul#navbar {
	float:right;
	margin:46px 0px 2px 0px;
	font-size:16px;
	display:inline-block;
}

ul#navbar li {
	float:left;
	margin-left:5px;
	display:inline-block;
}

ul#navbar li a:hover {
	text-decoration:none;
}

ul#navbar li a {
	display: inline-block;
	height: 30px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:12px;
	text-decoration:none;
}

ul#navbar li#home a {
	background:url(images/bck_navbar_home.gif) no-repeat 0px 0px;
	width:94px;
}

ul#navbar li#home a:hover {
	background:url(images/bck_navbar_home.gif) no-repeat 0px -36px;
}

ul#navbar li#funciona a,
ul#navbar li#caracteristicas a {
	background:url(images/bck_navbar_funciona.gif) no-repeat 0px 0px;
	width:144px;
}

ul#navbar li#funciona a:hover,
ul#navbar li#caracteristicas a:hover {
	background:url(images/bck_navbar_funciona.gif) no-repeat 0px -36px;
}

ul#navbar li#planes a {
	background:url(images/bck_navbar_planes.gif) no-repeat 0px 0px;
	width:79px;
}

ul#navbar li#planes a:hover {
	background:url(images/bck_navbar_planes.gif) no-repeat 0px -36px;
}

ul#navbar li#contratar a {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px 0px;
	width:104px;
}

ul#navbar li#demo a:hover {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px -36px;
}

ul#navbar li#demo a {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px 0px;
	width:104px;
}

ul#navbar li#contratar a:hover {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px -36px;
}

body#home_active ul#navbar li#home a,
body#home_active ul#navbar li#home a:hover {
	background:url(images/bck_navbar_home.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

body#funciona_active ul#navbar li#funciona a,
body#funciona_active ul#navbar li#funciona a:hover {
	background:url(images/bck_navbar_funciona.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

body#caracteristicas_active ul#navbar li#caracteristicas a,
body#caracteristicas_active ul#navbar li#caracteristicas a:hover {
	background:url(images/bck_navbar_funciona.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

body#planes_active ul#navbar li#funciona a,
body#planes_active ul#navbar li#funciona a:hover {
	background:url(images/bck_navbar_funciona.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

body#contratar_active ul#navbar li#contratar a,
body#contratar_active ul#navbar li#contratar a:hover {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

body#demo_active ul#navbar li#demo a,
body#demo_active ul#navbar li#demo a:hover {
	background:url(images/bck_navbar_contratar.gif) no-repeat 0px -72px;
	cursor:default;
	color:#fff;
}

.anythingSlider {
	width:980px;
	height:311px;
	background:url(images/bck_slideshow.gif) no-repeat;
	margin:9px 0px 2px 0px;
	position:relative;
}


/*---------------------------------------------------------------------  FOOTER  ------------------------------------------------------------------------------*/

#footer h2 {
	color:#fff;
	margin:0px;
	padding:30px 0px;
	font-weight:bold;
	font-size: 24px;
}

#footer p {
	color:#ccc;
	margin:20px 0px;
	width:320px;
	float:left;
}

#footer ul {
	margin:0px 0px;
	float:right;
	width:524px;
}

#footer ul li {
	float:left;
	display:inline;
	margin:0px 0px 20px 20px;
}

#footer ul li a {
	border:#ababab solid 8px;
	display:inline-block;
}

#footer ul li a:hover {
	border:#fff solid 8px;
	display:inline-block;
}

#footer ul li a img {
	display:block;
}

#subfooter a {
	margin:0px 10px;
}

#subfooter p {
	margin:0px 0px 0px 45px;
	line-height:75px;
}

#subfooter #credits {
	position:absolute;
	bottom:0px;
	right:20px;
}


/*----------------------------------------------------------------------  RIGHT  ------------------------------------------------------------------------------*/



.comments {
	width:220px;
	background:#fff;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style:italic;
	font-size:14px;
	font-family:Georgia, serif;
	line-height:19px;
	position:relative;
	margin:20px 0px;
}

.comments img {
	position:absolute;
	bottom:-10px;
	left:50px;
}



 
#sidebar form{
	margin:0px 20px 10px 20px;
	display:inline-block;
}

#sidebar form div {
	width:230px;
	margin:10px 0px;
}

#sidebar form div label {
	margin-bottom:5px;
	display:block;
}

#sidebar form div input,
#sidebar form div textarea {
	border-top:#989898 solid 1px;
	border-bottom:#fff solid 1px;
	border-right:#c6c6c4 solid 1px;
	border-left:#c6c6c4 solid 1px;
	width:222px;
	background:#e2e2e2;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5e5e5e;
	padding:5px 3px;
	font-size:12px;
}

#sidebar form div input.submit {
	width:230px;
	height:41px;
	border:none;
	background:url(images/b_cal_submit.gif) no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-shadow: #730000 0px -1px 1px;
}

#sidebar ul {
	background:url(images/bck_sidebar_ul.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}

#sidebar ul li {
	background:url(images/arrow.gif) no-repeat 0px 50%;
	padding-left:15px;
	margin:15px 0px;
}

/*----------------------------------------------------------------------  HOME  -------------------------------------------------------------------------------*/

 
h1, h2 {
	color:#c9041b;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin:0px 0px 10px 0px;
	display:block;
}

h3 {
	color:#c9041b;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	margin:0px 0px 5px 0px;
	display:block;
}

h4 {
	color:#c9041b;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	margin:0px 0px 5px 0px;
	display:block;
	vertical-align: middle;
}

h4 img {
	margin:0px 5px 0px 0px;
	vertical-align:middle;
}

.content_feat {
	background:url(images/bck_feat.gif) no-repeat 50%;
	height:169px;
	width:560px;
}

.feat_left {
	width:190px;
	float:left;
	background:url(images/icon_panel_big.jpg) no-repeat;
	padding: 0 10px 0 80px;
	line-height:15px;
	margin:20px 0px;
}

.feat_right {
	width:190px;
	float:right;
	background:url(images/icon_web_big.jpg) no-repeat;	
	padding: 0 10px 0 80px;
	line-height:15px;
	margin:20px 0px;
}

.feat2_left {
	width:260px;
	float:left;
	line-height:15px;
	margin:10px 10px 10px 0px;
}



.feat2_right {
	width:260px;
	float:right;
	line-height:15px;
	margin:10px 0px 10px 10px;
}

.box {
	width:518px;
	background:url(images/bck_caja_home.gif) repeat-x bottom;
	border:#d8d8d8 solid 1px;
	padding:20px;
	margin:20px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box img {
	float:left;
	margin:10px 20px 10px 0px;
}

.box h2 {
	color:#4a4a4a;
}





/*----------------------------------------------------------------  PAGINAS INTERNAS  -------------------------------------------------------------------------*/


#content_title {
	height:54px;
	margin:0px 25px;
	padding:25px 0px
}

#content_title h1 {
	font-size:25px;
	color:#fff;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	text-shadow: #700202 0px -1px 1px;
}

#content_title p {
	font-size:16px;
	color:#fff;
	margin:0px 0px;
	line-height:25px;
	text-shadow: #700202 0px -1px 1px;
}
 
.foto_left {
	float:left;
	margin-right:10px;
}

.foto_right {
	float:right;
	margin-left:10px;
}


ol#legal {
	list-style:decimal;
	margin:20px 40px;
	display:block;
}

ol#legal li {
	font-weight:bold;
}


ol#legal li p {
	font-weight:normal;
}

.table_planes {
	width:100%;	
}

.table_planes th {
	text-align:center;
	color:#c9041b;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	border-bottom:#e7babf solid 1px;
	padding:5px;
}

.table_planes td {
	border-bottom:#e7babf dashed 1px;
	padding:10px 5px;
	text-align:center;
	line-height:15px;
	vertical-align:middle;
}

.table_planes td.first {
	text-align:left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#c9041b;
	line-height: 1.1em;
	background:#fbe7ea;
	border-bottom:#fff dashed 1px;
	padding:10px 10px;
}

.table_planes td.first p{
	text-align:left;
	font-size: 10px;
	font-weight:normal;
	color:#363636;
	line-height:13px;
	display:block;
	margin:10px 0px 0px 0px;
}

.table_planes td p {
	text-align:center;
	margin:0px;
}

.table_planes td strong {
	color:#c9041b;
}

.table_planes td a {
	width:105px;
	height:35px;
	background:url(images/b_submit2.gif) no-repeat;
	text-align:center;
	color:#fff;
	line-height:35px;
	display:inline-block;
	text-decoration:none;
}

.table_planes td img {
	margin:0px 2px;
}

.content_features {
	clear:both;
	margin-bottom:20px;
	display:block;
}

.features_big {
	width:430px;
	margin:0px 20px 0px 0px;
	float:left;
}

.features_big p{
	margin:0px 0px 0px 0px;
}

.features_big img {
	margin:0px 10px 0px 0px;
	float:left;
	border:#777777 solid 1px;
}

.features_small {
	width:280px;
	margin:0px 20px 0px 0px;
	float:left;
}

.features_small p {
	margin:0px 0px 0px 24px;
}

.nomargin {
	margin:0px;
}

/*--------------------------------------------------------------------  FORMULARIOS  --------------------------------------------------------------------------*/


form.form_contacto {
	margin:20px 0px;
}

form.form_contacto div {
	padding:5px 0px;
	margin:0px;
	clear:both;
	display:block;
	overflow:hidden;
}

form.form_contacto div label {
	width:200px;
	margin-right:10px;
	text-align:right;
	float:left;
	font-weight:bold;
	line-height:20px;
}

form.form_contacto div input.text,
form.form_contacto div select.select,
form.form_contacto div textarea.textarea {
	width:250px;
	float:left;
	background:#fff;
	border:#ccc solid 1px;
	padding:3px;
}

form.form_contacto div input.text.inputError,
form.form_contacto div select.select.inputError,
form.form_contacto div textarea.textarea.inputError,
form.contacto_footer div input.text.inputError {
	background:#fde2e2;
	border:#efa0a0 solid 1px;
	padding:3px;
}

form.form_contacto div select.select {
	width:255px;
}

form.form_contacto div img {
	margin-bottom:10px;
}


form.form_contacto div input.submit,
form.form_contacto div input.reset {
	float:left;
	width:123px;
	height:35px;
	background:url(images/b_submit.gif) no-repeat;
	text-align:center;
	color:#fff;
	border:none;
	font-weight:bold;
	margin-right:10px;
}


form.contacto_footer {
	margin:0px 0px;
}

form.contacto_footer fieldset {
	width:290px;
	float:left;
}

form.contacto_footer fieldset p{
	margin:0px;
	text-align:justify;
	
}

form.contacto_footer div {
	padding:5px 0px;
	margin:0px;
	clear:both;
	display:block;
	overflow:hidden;
}

form.contacto_footer div label {
	width:250px;
	display:block;
	font-weight:bold;
	line-height:20px;
}

form.contacto_footer div input.text,
form.contacto_footer div textarea.textarea {
	width:260px;
	float:left;
	background:#fff;
	border:#ccc solid 1px;
	padding:3px;
}

form.contacto_footer div textarea.textarea {
	height:70px;
}

form.contacto_footer div img {
	margin-bottom:0px;
}


form.contacto_footer div input.submit {
	float:right;
	width:123px;
	height:35px;
	background:url(images/b_submit.gif) no-repeat;
	text-align:center;
	color:#fff;
	border:none;
	font-weight:bold;
	margin-right:10px;
}

form.form_contacto div input#niee,
form.contacto_footer div input#niee {
	display:none;
}

#tel {
	position:absolute;
	bottom:40px;
	right:40px;
	text-align:right;
	font-size:25px;
	font-weight:bold;
}

#tel span {
	font-size:40px;
	color:#c9041b;
	display:block;
}
