
/* ------------------------------------------------- NORMALIZACION -------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
}

.accesible {
    display: none;
}

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

a:hover { 
	text-decoration: none;
}

a img { 
	border: none;
}

/* end */

.wrapper {
	width: 95em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/*	height: 1%;*/
}

.separata {
    clear:both;
}

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

.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/

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


/* ------------------------------------------------- HEADER -------------------------------------- */


#header {
	background-color: #202020;
	height: 15.8em;
}

#header .wrapper {
	padding-top: 3.2em;
	color: #A7A7A7;
}

.header_left {
	float: left;
	font-size: 1.1em;
	width: 58em;
}

.header_left ul {
	margin-top: 1em;
}

.header_left ul li a {
	color: #ffffff;
	text-decoration: none;
}

.header_left ul li a:hover {
	text-decoration: underline;
}

.header_right {
	float: right;
	font-size: 1.1em;
	padding-top: 0.5em;
	width: 23em;
}

.header_right ul {
	list-style-type: none;
}

.header_right ul li {
	padding-bottom: 0.1em;
}

.header_right ul li a {
	color: #a7a7a7;
	text-decoration: none;
}

.header_right ul li a:hover {
	color: #ffffff;
}

.header_right ul li.active {
	color: #ffffff;
	font-weight: bold;
}


/* ------------------------------------------------- CONTENT -------------------------------------- */


#content .wrapper h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	padding-top: 2em;
	padding-bottom: 1em;
}


/* ------------------------------------------------- 4 COLUMNAS -------------------------------------- */


.columns {
	overflow: hidden;
}

.column.first {
	margin-left: 0;
}

.column {
	float: left;
	width: 21.5em;
	margin-left: 3em;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	overflow: hidden;
}

.column .column_header {
	padding: 2em 0;
	border-bottom: 1px solid #999999;
}

.column .column_header .numero {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4.8em;
	font-weight: bold;
	line-height: 1em;
}

.column .column_header .titulo_columna {
	font-size: 1.8em;
	color: #a5a5a5;
	line-height: 1em;
}

.column .column_header p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 1em;
}

.column ul {
	padding: 3.5em 0 3.5em 1.5em;
	color: #666666;
	height: 26em;
}

.column ul li {
	padding-bottom: 2em;
	color: #000000;
	font-size: 1.2em;
	list-style-image: url('images/bullet_gris.gif');
}


/* ------------------------------------------------- 2 COLUMNAS -------------------------------------- */

/* --- HOME --- */

.texto_home {
	color: #333333;
	font-size: 3.2em;
	line-height: 1.3em;
	padding: 1em 1.5em 1.5em 1em;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}

.texto_home p {
	padding-bottom: 0.5em;
}

/* --- RREBRAND + RED --- */


#rrebrand_red {
	overflow: hidden;
}

.rrebrand_left {
	float: left;
	width: 60em;
	margin-right: 10em;
}

.rrebrand_left .alejandro {
	margin-bottom: 5em;
}

.rrebrand_left .alejandro h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 1em;
}

.rrebrand_left .alejandro ul {
	list-style: none;
	color: #ED750A;
	font-size: 1.2em;
}

.rrebrand_left .alejandro ul li {
	padding-bottom: 0.5em;
}

.rrebrand_left .alejandro {
	padding-top: 1em;
	overflow: hidden;
}

.rrebrand_left .alejandro img {
	float: left;
	margin: 2em 3em 3em 0;
}

.rrebrand_left .alejandro p.destacado {
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 1em 0 1.5em 0;
	color: #666666;
}

.rrebrand_left .alejandro h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

.rrebrand_left .alejandro .rrebrand_text {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	color: #666666;
}

.rrebrand_left .alejandro .rrebrand_text p {
	padding-bottom: 1em;
}

.rrebrand_left .red {
	margin-bottom: 3em;
	overflow: hidden;
}

.rrebrand_left .red h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.column_red {
	width: 27em;
	float: left;
	margin-right: 3em;
	overflow: hidden;
}

.element_red {
	margin-top: 4em;
	margin-right: 3em;
	padding-bottom: 2em;
	width: 27em;
	float: left;
	border-bottom: 1px dotted #999999;
	color: #000000;
	
}

.element_red img {
	float: left;
	margin-right: 2em;
	margin-bottom: 3em;
}

.element_red .name {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

.element_red .description {
	font-size: 1.2em;
	width: 20em;
}

.element_red a {
	font-size: 1.2em;
	color: #ED750A;
}

.rrebrand_right {
	float: left;
	width: 25em;
}

.section_title {
	padding: 1em 1em 1em 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-size: 1.4em;
	font-weight: bold;
}

.content_conferencia {
	background-color: #e0e0e0;
	padding: 2em;
	margin-bottom: 1em;
}

.content_conferencia h3 {
	font-size: 1.4em;
	padding-bottom: 0.5em;
	background-color: #D9E052;
}

.content_conferencia p {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	color: #666666;
	padding-bottom: 1.5em;
}

.content_conferencia a {
	font-size: 1.2em;
	color: #ED750A;
	padding-bottom: 1em;
}

.content_conferencia .fecha {
	font-size: 1.8em;
	color: #ED750A;
	padding-bottom: 1em;
}

.content_conferencia .titulo {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
	padding-bottom: 1em;
}

.content_conferencia .lugar {
	font-size: 1.2em;
	color: #000000;
	padding-bottom: 1.5em;
}

.ver_todos {
	background: url(images/bullet.gif) no-repeat 0 1.8em;
	padding: 1.2em 1em 6em 1em;
}

.ver_todos a {
	font-size: 1.2em;
}

#rrebrand_desc {
	margin: 4em 0;
	background-color: #cccccc;
	padding: 2.5em;
	font-size: 1.2em;
}




/* ------------------------------------------------- CASOS ESTUDIO -------------------------------------- */

.casos_estudio {
	overflow: hidden;
}

.casos_left {
	float: left;
	width: 68em;
	margin-right: 1em;
	margin-bottom: 3em;
}

.casos_left h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.problema .titulo_problema, .solucion .titulo_solucion  {
	font-size: 1.2em;
	line-height: 1em;
	padding: 2em 0;
}

.problema .texto_intro, .solucion .texto_intro {
	font-size: 2.5em;
	color: #666666;
	line-height: 1.2em;
	padding-bottom: 1em;
}

.problema p, .solucion p {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #666666;
}

.problema .imagen_problema, .solucion .imagen_solucion {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.casos_right {
	float: left;
	width: 20em;
	margin-left: 3em;
}

.otros_casos, .otros_clientes {
	overflow: hidden;
	margin-bottom: 1em;
}

.otros_casos .otros_casos_titulo, .otros_clientes .otros_clientes_titulo {
	font-size: 1.4em;
	font-weight: bold;
}

.otros_casos ul, .otros_clientes ul {
	padding-left: 1.5em;
	margin-top: 1em;
	color: #666666;
}

.otros_casos ul li {
	font-size: 1.2em;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	color: #000000;
}

.otros_casos ul li.active {
	font-weight: bold;
}

.otros_clientes ul li {
	font-size: 1.2em;
	list-style-image: url('images/bullet_gris.gif');
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	color: #000000;
}




/* ------------------------------------------------- ALIANZAS -------------------------------------- */

.lista_alianzas {
	padding-bottom: 2.5em;
	color: #666666;
	margin-bottom: 2em;
}

.lista_alianzas .alianza {
	padding-bottom: 2.5em;
	padding-top: 5em;
	border-bottom: 1px dotted #999999;
}

.lista_alianzas .alianza img {
	margin-left: 1.5em;
}

.lista_alianzas .alianza a {
	margin-left: 1.5em;
	font-size: 1.2em;
	color: #999999;
}

.lista_alianzas .alianza .titulo_alianza {
	background: url(images/bullet.gif) no-repeat 0 1.6em;
	margin-left: 0.3em;
	padding-left: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
}

/* ------------------------------------------------- NOTICIAS -------------------------------------- */

.rrebrand_left .noticia {
	overflow: hidden;
	margin-bottom: 8em;
}

.rrebrand_left .noticia h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: 1em;
}

.rrebrand_left .noticia .fecha {
	color: #ED750A;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 2em;
}

.rrebrand_left .noticia .texto_destacado {
	font-size:2.5em;
	color: #666666;
	line-height: 1.2em;
	padding-bottom: 2em;
}

.rrebrand_left .noticia p {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}

.rrebrand_left .noticia ol {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-left: 2em;
	padding-bottom: 1.4em;
}

.rrebrand_left .noticia img {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

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

#footer .wrapper {
	background-color: #706E6F;
	color: #ffffff;
}

#footer .wrapper ul {
	list-style: none;
	font-size: 1.2em;
	padding: 2em;
}

#footer .wrapper ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer .wrapper ul li a:hover {
	text-decoration: underline;
}
