
/* main */

* {	margin: 0; padding: 0; }

BODY {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('../img/web/background.jpg'); 
	background-color: #EEE;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

IMG {
	border:0px;
	background-color: silver;
}

HR { border:1px }

div .clear { clear:both; }

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* common */

#main {
	position:relative;
	margin: 0 auto; /*Center container on page*/
	width: 760px; /*Width of main container*/
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	border-bottom:8px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
	background-color: white;
	
}

DIV.columna_uno{
	width:231px;
	display:inline;
	float:left;
	/*text-align:justify;*/
}

DIV.columna_dos{
	width:231px;
	display:inline;
	float:right;
	/*text-align:justify;*/
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#formacion_marketing {
	float:left;	
	width:490px;
	/*font-size:12px;*/
	color:#000;
	background-color: white;
}
#formacion_marketing .item {
	color:#000;
	padding:0 0 0 0;
	margin-bottom:10px;
	background-image:url(../img/web/separator_2.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;	
}
#formacion_marketing .item H2 {
	margin: 15px 0 10px 0;	
}
#content{
	position: relative;
	margin-top:280px;
	width: 755px; /*Width of main container*/
	background-color: white;
	padding-left: 5px;
}
#content P {
	margin: 0px 0 10px 0;
}
#content H1 {
	margin:0;
	padding:0 0 50px 0;
	font-size:27px;
	color:#A6A770;
	background-image:url(../img/web/separator.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	text-align: center;
}

.red_propia_cl{
	 float:left;
	 width:230px;
}

#content .t2 {			
	margin:10px 0 10px 0;
	padding:8px 0 0 2px;
	height:37px;
	color:#A6A770;
	font-size:27px;
	background-image:url(../img/web/bg_title_2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align: left;
}
#content H2 {
	color:#000;
	font-size:15px;
}
#content H2.ultimas_noticias {
	margin: 15px 0 25px 0;
	color:#990000;
}
#content H3 {
	color:#900;
	font-size:13px;
}
#content H4 {
	color:#000;
	font-size:14px;
}
#content P {
	margin: 0 0 0 0;
	padding:0;
}
#content HR {
	border:0;
	padding:0;
	color:#CCC;
	margin:20px 0;
	height:1px;
	background-image:url(../img/web/separator_2.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;	
}
#content UL {
	padding:0 0 10px 20px;
	list-style-image: url(../img/web/more_arrow.gif);
}

#content LI {
	margin:4px 0 4px 0;
}
#content LI A {
	font-size:15px;
	color:#000;
}

	/* item */

#content .item {
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	background-image:url(../img/web/separator_2.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;	
	color:#555;
}
#content .item H2 {
	color:#000;
	font-size:15px;
}
#content .item H2 A {
	color:#000;
	text-decoration: none;
}
#content .item H2 A.rojo {
	color:#990000;
	text-decoration: none;
}
#content .item H2 A:hover {
	text-decoration: underline;
}
#content .item H3 {
}
#content .item H3 A {
	color:#009;
	text-decoration: none;
}
#content .item H3 A:hover {
	color:#009;
	text-decoration: underline;
}

#content .item UL {
	padding:15px 0 10px 20px;
	list-style-image: url(../img/web/more_arrow.gif);
}
#content .item LI {
	margin:4px 0 4px 0;
}
#content .item LI A {
	font-size:14px;
	color:#000;
}
#content .item .see_more {
	height:20px;
	margin-top:0;
	padding-left:23px;
	text-align:right;
	line-height:1.3;
	/*
	background-image:url(../img/web/bt_see_more_2.gif);
	background-position:75% 0%;
	background-repeat:no-repeat;
	*/
}
#content .item .see_more A { color:#999; text-decoration: none; }
#content .item .see_more A:hover { color:#999; text-decoration:underline; }
#content .item .author { text-align:right; font-weight: bold; }


/* left */

#cl { float:left; width:234px;  background-color: #FFFFFF;  }

#cl2 { float:left; width:480px;background-color: white; }


/* middle */

#cm { float:left; width:234px; margin-left:20px; background-color: #FFF;}

/* right */

#cr { float:right; width:250px;background-color: white; }

#cr2 { float:right; width:190px;background-color:white; }

.texto_servicios{
	margin-left: 15px;	
}

.divisor{
	 clear:both;
	 height:50px;
}

/* footer */

#footer {
	display:block;
	clear: both;
	width: 100%;
	height:70px;
	margin-top: 20px;
	color: #999900;
	text-align: center;
	padding: 15px 0;
	font-size:12px;
	border-top:1px solid #EEE;
	background-image:url(../img/web/separator.jpg);
	background-position: top;
	background-repeat:no-repeat;	
	background-color: white;
}
#footer a {	
	color: #999900;
	text-decoration: none;
}
#footer a:hover {	
	text-decoration: underline;
}
#footer .footer_col_1 {
	float:left;
	width:360px;
	text-align:right;
	border-right:1px solid #EEEEEE;
	padding-right:10px;
	margin-top:15px;
	color:#AAA;
	/*color: #999900;*/
}
#footer .footer_col_1 A {
	text-decoration:none;
	color:#AAA;
	border-bottom:1px dashed #EEE;
}
#footer .footer_col_2 {
	float:left;
	width:300px;
	padding-left:10px;
	text-align:left;
	color:#AAA;
}
#footer .footer_col_2 IMG {
	margin-top:15px;
	margin-right:10px;
}

/* header */

div#header_1 {
	width:100%;
	height:245px;
	background-color: white;
}
div#header_2 {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:265px;
	background-color: white;
}
div#header_text {
	position:absolute;
	width:320px;
	height:20px;
	top:25px;
	left:400px;
	font-family: Tahoma, Arial;
	font-size:20px;
	color:#AAA;
	font-weight:bold;
}
div#header_fav {
	position:absolute;
	height:20px;
	top:6px;
	right:97px;
	font-family: Tahoma, Arial;
	font-size:11px;
}

div#header_map {
	position:absolute;
	height:20px;
	top:8px;
	right:68px;
}

div#header_fav A {
	color:#888;
	text-decoration: none;
}
div#header_fav A:hover {
	color:#900;
}
div#header_tel {
	position:absolute;
	height:20px;
	top:25px;
	right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#990000;
	font-weight:bold;
}
IMG#header_logo {
	position: absolute;
	top:3px;
	left:0px;
	width:170px;
	height:60px;
}
div#header_lang {
	position: absolute;
	width:120px;
	top:5px;
	right:1px;
	text-align:right;
}
div#header_img {
	position:absolute;
	top:88px;
	height:160px;	
	width:760px;
	border-bottom:1px solid #990000;
}
div#header_img IMG {
	width:760px;
	height:160px;	
}
div#header_contact {
	position: absolute;
	top:25px;
	left:250px;
}
div#header_contact_data {
	position: absolute;
	width:400px;
	top:5px;
	left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#999999;
}

/* menu sup */

div#menu_sup {
	width:100%;
	height:20px;
	background-color:#FFF;
	border-top:1px solid #F3F3F3;
	border-top:1px solid #F9F9F9; 
	border-bottom:2px solid #900; 
	position:absolute;
	top:65px;
}
div#menu_sup TR {
	height: 16px;
}
div#menu_sup TD {
	text-align:center;
	height: 16px;
}
div#menu_sup TD A {
	color:#FFF;
	color:#8F1736;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Tahoma;
	font-weight:bold;
	font-weight:normal;
	text-decoration:none;
}
div#menu_sup TD A:hover {
	color:#000;
	color:#009;
	text-decoration:underline;
}

/* menu nav */

#menu_nav {
	position: absolute;
	top:250px;
	left:6px;
	width:100%;
	padding:5px 0 0 0;
	font-family: Tahoma, Arial;
	font-size:12px;
	color:#444;
	border-bottom:1px solid #F9F9F9; 
	background-color: white;
}
#menu_nav A {
	font-family: Tahoma, Arial;
	font-size:12px;
	color:#444;
	text-decoration:none;
}
#menu_nav A:hover { color:#900; text-decoration:underline; }

/* banner */

.banner_right_1 { margin: 0 0 10px 0; }
.banner_right_1 IMG { width:250px; height:280px; }

.banner_right_2 { margin: 0 0 10px 0; }
.banner_right_2 IMG { width:250px; height:197px; }

.banner_right_3 { margin: 0 0 10px 0; }
.banner_right_3 IMG { width:250px; height:246px; }

.banner_right_4 { margin: 0 0 10px 50px; }
.banner_right_4 IMG { width:148px; height:246px; }

.banner_right_5 { margin: 0 0 10px 0; }
.banner_right_5 IMG { width:250px; height:199px; }

.banner_right_6 { margin: 0 0 10px 0; }
.banner_right_6 IMG { width:250px; height:176px; }

.banner_right_7 { margin: 0 0 10px 40px; }
.banner_right_7 IMG { width:148px; height:264px; }

.banner_right_8 { margin: 0 0 10px 0; }
.banner_right_8 IMG { width:250px; height:253px; }

.banner_right_9 { margin: 0 0 10px 0; }
.banner_right_9 IMG { width:247px; height:253px; }

.banner_right_10 { margin: 0 0 10px 0; }
.banner_right_10 IMG { width:223px; height:264px; }

/* box */

.box_1 {
	font-family: Tahoma, Arial;
	font-size:12px;
	padding: 2px;
	margin-bottom: 40px;
	font-weight: bold;
	font-style: oblique;
}
.box_2_imagen {
	margin-top:20px;
}
.box_1 .see_more {
	text-align:right;
}
.box_1 .see_more A {
	font-family: Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	color: #A6A770;
	text-decoration: none;
}
.box_1 .see_more A:hover { color: #A6A770; text-decoration: underline; }

/* citas */

.box_cita {
	font-size:12px;
	border:1px solid #EEE;
	padding: 10px;
	margin-bottom: 20px;
}
.box_cita .author {
	text-align:right;
	font-weight: bold;	
}

P.pie_foto{
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;	
}

/* PROMOCIONES */

.general{
	text-align: center;	
	margin-top: 30px;
}

.general IMG{
	margin-bottom: 89px;	
}

/*

div.box_1 {
	border:1px solid #D1CDBE;
}
div.box_1 P {
	padding:3px;
}
div.box_1 .title {
	background-color:#D1CDBE;
	color:#2E2F76;
	font-weight:bold;
	padding:3px 6px;
}
div.box_1 .price {
	color: #FF0000;
}
*/

A.portales_link{
	text-decoration:none;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px; 
}

A.portales_link:hover{
	text-decoration:underline;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px; 
}

#lupa{ 
	border:none;
	margin:30px 0;
}

/* PIE NUEVO  */

TD.secciones{
	height: 135px;	
}

#menu{
	width: 758px;
	margin-top: 80px;
}

#menu TD:hover{
	background-color: #f5f5f5;
}
	
#menu A{
	text-decoration: none;
	font-family: arial black;	
	font-size: 18px;
	line-height: 1.2;
}

.creacion{
	background-image: url("../img/web/pc.gif");
	background-repeat: no-repeat;
	width: 192px;
}

.creacion A{
	color:#DF082A !important;
}

.creacion P{
	padding-left: 50px;
	padding-top: 50px;
}

.social{
	background-image: url("../img/web/puntos.gif");
	background-repeat: no-repeat;
	width: 175px;

}

.social P{
	padding-left: 30px;
	padding-top: 50px;
}

.social A{
	color:#1962AF !important;
}

.marketing{
	background-image: url("../img/web/a.gif");
	background-repeat: no-repeat;
	width: 175px;
}

.marketing P{
	padding-left: 30px;
	padding-top: 50px;
}

.marketing A{
	color:#A100B2 !important;
}

.posicionamiento{
	background-image: url("../img/web/barras.gif");
	background-repeat: no-repeat;
	width: 222px;

}

.posicionamiento P{
	padding-left: 87px;
	padding-top: 30px;
}

.posicionamiento A{
	color:#46AF17 !important;
}

.eslogan_1{
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url("../img/web/icon_pie.jpg");
	background-repeat: no-repeat;
	background-position: 5% 28%;
	padding-left:55px;
	font-size: 15px;
	color:#727272;
}

.eslogan_2{
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url("../img/web/icon_pie.jpg");
	background-repeat: no-repeat;
	background-position: 0% 28%;
	padding-left:15px;
	font-size: 15px;
	color:#727272;
}

.eslogan_3{
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url("../img/web/icon_pie.jpg");
	background-repeat: no-repeat;
	background-position: 1% 28%;
	padding-left:25px;
	font-size: 15px;
	color:#727272;
}
