/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************** 

Reseting Elements & IE Fixes:

Most major browsers add their own basic styles to elements, like a border around an input form or a margin under a paragraph block. Resetting them helps make sure that we style each element individually and that its cross-browser compatible.

********************/

/*html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input{ 
	margin: 0; padding: 0; }

a img {border:none;}

/* This takes out the fuzzy line around links when you click them, it's an optional addition

:focus {outline:none;}*/

/********************

Global:

Style elements that affect the whole page or multiple elements.

********************/

body {
	background:#4d4d4d url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

h1, h2, p {
	margin-bottom: 20px;
}

p {
	line-height: 1.25em;
}

h2 {
	margin-bottom:10px;
	font-size: 200%;
	color: #666;
	font-weight: 500;
	margin-top: 20px;
}


h3 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}


.container{
	width:1000px;
	margin:auto;
}
.contenido{
	width:1000px;
	margin:auto;
	min-height:350px;
}


#body-content p {
	line-height:20px;
}
p a{
	color:#AE0001;
	text-decoration:none;
	font-weight:bold;
}
li a{
	color: #999;
	text-decoration:none;
}
p a:hover, li a:hover{
	color:#fff;
/*
	background-color: #950000;
*/
}

/********************

Header:

Style elements that affect the header; including menu & search.

********************/
div.portada {
clear: both;
	
	}
#header {height:120px;}
#header .container {background:url(images/header-bg.jpg) no-repeat;}

#logo {

	display:block;
	
	/*background:url(images/logo.jpg) no-repeat;*/
	width:270px;
	/*height:70px;*/

}

/* Menu */

#menu {
	position:absolute;
	z-index:9999;
	display:block;
	height:60px;
}
#menu li {
	list-style:none;
	float:left;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration: none;
/*
	line-height: 50px;
*/
	height: 34px;
	display: block;
	padding: 15px 20px 0 20px;
	float: left;

}



#menu.sf-menu li a.sf-with-ul {
	padding-right: 1.75em;
}

#menu.sf-menu li li a.sf-with-ul {
	height: 20px;
}

/*
#menu li a:hover,
*/
#menu li a.active {
	background: url(images/menu-indent.png) no-repeat bottom;
	z-index: 9999;
	padding-bottom: 10px;
}

/********************

Body:

Style elements that affect the body, or content area of the page.

******************-+
**/

#body {background:#e6e6e6 url(images/body-end.jpg) repeat-x bottom; padding-bottom:20px;}
#body, #body-content{
	position:relative;
	overflow:hidden;
}

/* Sub Menu */

#sub-menu-wrap {
	background:url(images/sub-menu-bg.jpg) repeat-x;
}
#sub-menu {
	z-index:9000;
	margin:0 0 0 10px;
	overflow:hidden;
}
#sub-menu li {display:inline;}
#sub-menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#808080;
	text-decoration:none;
	line-height:50px;
	display:block;
	padding:0 10px;
	float:left;
	height:60px;
}
#sub-menu li a:hover, #sub-menu li a.active {background:url(images/sub-menu-indent.png) no-repeat bottom;}

/* Tabs */

/* jQuery Essentials */

.ui-tabs .ui-tabs-hide {display: none !important;}

/* Tab Box */

#tab-box {
	background:url(images/tab-bg.jpg) no-repeat top;
	width:1000px;
	height:350px;
}

/* Tab Content */

.tab-content {
	height:300px;
	position:relative;
	/* This is only temporary, it is suggested you remove this line of code. It adds an "Empty Tab: Put whatever you like" image to the empty tabs */
	background:url(images/tab-box/tab-other-bg.jpg); 
}

/* Tab Content - Inicio */

#tab-welcome {
	background:url(images/tab-box/tab-welcome-bg.jpg);
}
#tab-welcome-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-welcome-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-welcome-content p {
	width:540px;
}
.tab-welcome-buttons {
	float:left;
	margin-right:20px;
}
#tab-welcome-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-welcome-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/welcome-title.png);
	z-index:1000;
}

/* Tab Content - HOSTING */

#tab-portfolio {
	background:url(images/tab-box/tab-portfolio-bg.jpg);
}
#tab-portfolio-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-portfolio-content uu {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#tab-portfolio-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-portfolio-content p {
	width:540px;
}
.tab-portfolio-buttons {
	float:left;
	margin-right:20px;
}

#tab-portfolio-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-portfolio-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/portfolio-title.png);
	z-index:1000;
}


/* Tab Content - Diseño */

#tab-news {
	background:url(images/tab-box/tab-news-bg.jpg);
}
#tab-news-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-news-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-news-content p {
	width:540px;
}
.tab-news-buttons {
	float:left;
	margin-right:20px;
}
#tab-news-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-news-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/news-title.png);
	z-index:1000;
}

/* Tab Content - Multimedia */

#tab-testimonials {
	background:url(images/tab-box/tab-testimonials-bg.jpg);
}
#tab-testimonials-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-testimonials-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-testimonials-content p {
	width:540px;
}
.tab-testimonials-buttons {
	float:left;
	margin-right:20px;
}
#tab-testimonials-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-testimonials-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/testimonials-title.png);
	z-index:1000;
}


/* Tab Content - Streaming */

#tab-connect {
	background:url(images/tab-box/tab-connect-bg.jpg);
}
#tab-connect-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-connect-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-connect-content p {
	width:540px;
}
.tab-connect-buttons {
	float:left;
	margin-right:20px;
}
#tab-connect-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-connect-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/connect-title.png);
	z-index:1000;
}
/* Tab Navigation */

#tab-nav li {
	display:inline;
	float:left;
	position:relative;
}
#tab-nav a {
	display:block;
	width:150px;
	height:50px;
}
#tab-nav .ui-tabs-selected a {
	display:block;
	width:150px;
	height:51px;
}
.ui-tabs-selected {
	position:absolute;
	top:-1px;
}

/* Tab Nav - Normal State */

#tab-nav-welcome {background:url(images/tab-box/tab-welcome.jpg);}
#tab-nav-portfolio {background:url(images/tab-box/tab-portfolio.jpg);}
#tab-nav-news {background:url(images/tab-box/tab-news.jpg);}
#tab-nav-testimonials {background:url(images/tab-box/tab-testimonials.jpg);}
#tab-nav-connect {background:url(images/tab-box/tab-connect.jpg);}

/* Tab Nav - Active State */

.ui-tabs-selected #tab-nav-welcome{ background:url(images/tab-box/tab-welcome-active.jpg); }
.ui-tabs-selected #tab-nav-portfolio{ background:url(images/tab-box/tab-portfolio-active.jpg); }
.ui-tabs-selected #tab-nav-news{ background:url(images/tab-box/tab-news-active.jpg); }
.ui-tabs-selected #tab-nav-testimonials{ background:url(images/tab-box/tab-testimonials-active.jpg); }
.ui-tabs-selected #tab-nav-connect{ background:url(images/tab-box/tab-connect-active.jpg); }

/* Content */

#body-sep {
	margin:20px 0;
	width:1000px;
	height:2px;
	background:url(images/body-sep.jpg) repeat-x;
	position:relative;
}
#body-content{
	clear:both;
}
#body-left {
	position:relative;
	float:left;
	width:660px;
}
#body-right {
	float:right;
	width:320px;
}

p strong{
	color:#4c4c4c;
}

div.block {
	width: 333px;
	width: 320px;
	float: left;
	display: inline;
}

div.block.left,
div.block.right {
/*
	background: pink;
*/
}

div.block.center {
/*
	background: silver;
*/
	margin-right: 20px;
	margin-left: 20px;
}

/* Slider */

#slider-wrap {
	border:1px solid #cccccc;
	padding:9px;
	background:#f2f2f2;
	overflow:hidden;
/*
	width:460px;
*/
	position:relative;
	float:left;
}
#slider {
	position:relative;
}
#slider ul li {
	list-style:none;
	width:460px;
	width: 280px;
	height:200px;
	overflow:hidden;
	position:relative;
}
#prevBtn a, #nextBtn a {
	display:block;
	position:absolute;
	top:80px;
	width:30px;
	height:60px;
}
#nextBtn a {
	background:url(images/slider/right.png);
	right:9px;
}
#prevBtn a {
	left:9px;
	background:url(images/slider/left.png);
}

/* List */

ul#what-we-do-list {
	line-height:30px;
	list-style:none;
	width:160px;
	float:left;
}
ul#what-we-do-list img {
	vertical-align:middle;
	margin-right:10px;
}

ul#what-we-do-list2 {
	line-height:30px;
	list-style:none;
	width:250px;
	float:right;
}
ul#what-we-do-list2 img {
	vertical-align:middle;
	margin-right:10px;
}

/* Testimonials */

.testimonial-uber-wrap {
	width:320px;
	background:url(images/testimonial-bg.jpg) repeat-y;
	clear:both;
}
.testimonial-wrap{
	background:url(images/testimonial-start.jpg) no-repeat top;
}
.testimonial{
	background:url(images/testimonial-end.jpg) no-repeat bottom;
	padding:30px;
}
.testimonial p{
	margin-bottom:0;
}
.testimonial-author{
	margin:10px 0;
	font-style:italic;
	float:right;
}

/* Portfolio */

#portfolio-content li {
	list-style:none;
}
#portfolio-content li {
	position:relative;
	padding:9px;
	background:#f2f2f2;
	border:1px solid #ccc;
	width:300px;
	float:left;
	margin-top:20px;
	margin-right:20px;
}

/* The following takes out the right margin on the right portfolio items */

#portfolio-content li.portfolio-item3, #portfolio-content li.portfolio-item6, #portfolio-content li.portfolio-item9 {
	margin-right:0;
}
	
.portfolio-item {
	position:relative;
}
.portfolio-item img {
	width:300px;
	height:180px;
}
.portfolio-description {
	padding:10px;
	background:#000;
	width:280px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.portfolio-description * {
	margin-bottom:10px;
	color:#fff;
}

/********************

Footer:

Style elements that affect the footer.

********************/

#footer {
	background:url(images/footer-bg.jpg) repeat-x;
	color:#b2b2b2;
}
#footer .container {
	background:url(images/footer-bg-start.jpg) no-repeat top;
	min-height:200px;
}
#footer-content {
	padding-top:40px;
}
.footer-sec {
	width:200px;
	float:left;
	margin-right:20px;
}

.footer-sec2 {
	width:255px;
	float:left;
	margin-right:40px;
	margin-left:40px;
}

.footer-sec ul li,
.footer-sec2 ul li {
	margin-bottom: 5px;
}

#footer h1 {
	color:#e5e5e5;
}

/* Fresh Off the Press */

.post {
	margin-bottom:20px;
	clear:both;
}
.post-content {
	width:175px;
	float:right;
}
.date {
	background:url(images/date-bg.jpg) no-repeat;
	height:60px;
	float:left;
	width:40px;
	text-align:center;
	position:relative;
}
p.day, p.month {
	margin-bottom:0;
}
p.day {
	margin-top:15px;
	font-size:26px;
	font-weight:bold;
}
p.month {
	text-transform:uppercase;
	font-size:10px;
}

/* Who We Are */

.employee {
	clear:both;
}
.employee-pic {
	padding:9px;
	border:1px solid #000;
	background:#333;
	width:80px;
	float:left;
}
.employee-description {
	float:right;
	width:115px;
}

/* Legal */

#legal {
	margin-right:0;
}

.ubicacion {
	clear: both;
	padding-top: 10px;
	font-size: 95%;
	color: #999;
	text-align: right;
}

.ubicacion p {
	line-height: 1.25em;
	margin-bottom: 0;
}

#content ul li {
	margin: 0 0 10px 20px;
	background: url(images/bullet_red.png) no-repeat left;
	padding-left: 20px;
}

#destacado ul li {
	margin: 0 0 6px -18px;
	background: url(images/star.png) no-repeat left;
	padding-left: 22px;
	text-align:justify;
}

.sub_titulo_secciones {
	font-size: 150%;
	color: #AE0001;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
}
.sub_sub_titulo_secciones {
	font-size: 130%;
	color: #333;
	font-weight: 200;
	margin-top:15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.msg_list {
margin: 0px;
padding: 0px;
width: 100%;
}
.msg_head {
	font-size: 150%;
	color: #AE0001;
	font-weight: 300;
	margin-top:20px;
	margin-bottom: 10px;
cursor: pointer;
position: relative;
}
.msg_body {
padding: 5px 0px 0px;
text-align:justify;
font-size:120%;

}

#content {
	width: 660px;
}

#soporte {
	float: right;
	margin: 5px;
}

#soporte li {
	display: inline;
	border-left: 1px solid gray;
	padding-left: 5px;
}

#soporte li.first {
	border: none;
}
