/* CSS Document */
/* 
naranja	color:#ef7013;
azul	color:#026ab6;
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	FONT-SIZE: 12pt;
	COLOR: #000000;
	background-color: #ffffff;
/*	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
/*	margin: 0px auto;*/
	font-family: 'Arial', Tahoma, Trebuchet MS, sans-serif;
}

/* Wrapper ............................................................................................. */

#wrapper	{
	margin: 0;
	padding: 0 ;
	width: 100%;
}

/* Header ............................................................................................. */

#header	{
	position: relative;
	height: 111px;
	text-align:left;
	width:100%;
	margin: 0;
	padding:0 4px 0 4px;
	z-index: 100;
	background-image: none;
}
#logo	{
	margin:0;
	padding: 0;
	width:285px;
	height: 74px;
	float:left;
}	
#header-right	{
/*	margin:0 0 0 290px;
	padding: 0;
	height: 74px;*/
	display:none;
}
#buscar	{
/*	height: 30px;
	margin: 0;
	padding:10px 0 0 0;
	text-align:right;*/
	display:none;
}

/* CONTENEDORES GENERALES ................................................................................*/

#maincol {
/*	background-image:url(../img/bg_maincol.png);
	background-position:center;
	background-repeat:repeat-y;*/
	background-color: #ffffff;
/*	width:953px;
	position:relative;*/
	margin: 0;
	padding:10px 14px 0 14px;
	text-align: left;
}	
#leftcol { 
/*	float:left;
	width:285px;
	margin:0;
	padding:0;
	position:relative;*/
	display:none;
}
#rightcol {
	position:relative;
	float:right;
	width:300px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: none;
/*	background-image:url(../img/bg_rightcol_mid.png);
	background-position:center;
	background-repeat:repeat-y;*/
	border: 1px solid #444444;
}
#rightcol-content {
	width:300px;
	margin: 0;
	padding: 5px 15px 5px 15px;
	
}
#rightcol img{

	display: none;
	
}
#page #rightcol-content p {
	margin: 3px 0 5px 0;
	padding: 0;
	line-height: normal;

}
#page #rightcol-content h1 {
	margin: 3px 0 5px 0;
	padding: 0;
	font-size:13pt;
	line-height: normal;
	color:#026ab6;
	font-weight:bold;
}
#page #rightcol-content h2 {
	margin: 3px 0 5px 0;
	padding: 0;
	font-size:11pt;
	line-height: 14pt;
	color:#ed6e0f;
	font-weight:bold;
}
#page #rightcol-content h3 {
	margin: 3px 0 5px 0;
	padding: 0;
	font-size:11pt;
	line-height: 14pt;
	color:#0095e5;
	font-weight:bold;
}

#centercol{
	margin:0 ;
	background:#fff;
	padding: 0 0 10px 0;
	width: 100%;

}
#centercol-long{
	position:relative;
	margin:0 ;
	width: 100%;
	background:#fff;
	padding: 0;
}	
#page{
	margin:0;
	padding: 5px 0 10px 10px;
	background:#fff;
	line-height: normal;
	width: 100%;
	font-size: 12pt;
}
#page p{
	margin:20px 0 20px 0;
	padding: 0;
	line-height: normal;
	font-size: 12pt;
}
#page ul{
	list-style-type: square;
	list-style:inside; 
}
#page ul li{
	list-style-type: square; 
	color: #000000;
	border-bottom: none;
	list-style:inside; 
}	
#page ul li li{
	list-style-type: square; 
	list-style:inside; 
}
#page ul li li li{
	list-style-type: square; 
	list-style:inside; 
}
.clearfix {
/*    content: "."; 
    display: block; 
	height: 1px;
	clear: both; 
	overflow:hidden;
	margin:0;
	padding:0;*/
	display: none;
}

/* FOOTER .................................................................................................*/

#footer {
	position:relative;
	background-image: none;
/*	background-position: top;
	background-repeat:no-repeat;*/
	margin:0;
	padding:15px 0 0 0;
	width: 100%;
	/*clear:both;*/
}
#footer-right {
	width:280px;
	height:63px;
	margin:0 0 0 14px;
	padding:0 10px 0 0;
	color:#444444;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
	font-size:8pt;
	line-height: 18pt;
	text-align:left;
	position:relative;
}
#footer-right a {
	color:#444444;
	text-decoration:none;
}
#footer-right a:hover {
	color:#444444;
	text-decoration:none;
}
#footer-brands {
/*	width:670px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	position:relative;*/
	display:none;
}
	
/* MENÚ SECUNDARIO .......................................................................................*/

#menu-secundario	{
/*	height: 34px;
	margin: 0;
	padding:0;
	text-align:right;*/
	display:none;
}
/*#menu-secundario ul	{
	height: 34px;
	margin: 0;
	padding:0;
	list-style:none;
	text-align:right;
	display:none;
}
#menu-secundario ul li	{
	margin: 0;
	padding:0;
	display: inline;
	list-style:none;
	display:none;
}
#menu-secundario ul li a	{
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding:0 5px 0 17px;
	display: block;
	float: right;
	list-style:none;
	text-align:center;
	color: #5a5e64;
	text-decoration: none;
	background-image:url(../img/bg_menu_sec_li.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:none;
}
#menu-secundario ul li a:hover	{
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding:0 5px 0 17px;
	display: block;
	float: right;
	list-style:none;
	text-align:center;
	color: #1863a2;
	text-decoration: none;
	background-image:url(../img/bg_menu_sec_li_.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:none;
}
#menu-secundario ul li a.active	{
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding:0 5px 0 17px;
	display: block;
	float: right;
	list-style:none;
	text-align:center;
	color: #1863a2;
	text-decoration: none;
	background-image:url(../img/bg_menu_sec_li_.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:none;
}
#menu-secundario ul li a.active:hover	{
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding:0 5px 0 17px;
	display: block;
	float: right;
	list-style:none;
	text-align:center;
	color: #1863a2;
	text-decoration: none;
	background-image:url(../img/bg_menu_sec_li_.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:none;
}
*/
/* MENÚ PRINCIPAL .......................................................................................*/

#menu-principal	{
/*	height: 37px;
	margin: 0;
	padding:0;*/
	display:none;
}
/*#menu-principal ul	{
	height: 37px;
	margin: 0;
	padding:0;
	list-style:none;
	text-align:right;
	display:none;
}
#menu-principal ul li	{
	margin: 0;
	padding:0;
	display: inline;
	list-style:none;
	display:none;
}
#menu-principal ul li a	{
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding:0 20px 0 20px;
	display: block;
	float: right;
	list-style:none;
	text-align:center;
	color: #222222;
	border-left:1px solid #d9d9d9;
	font-weight:bold;
	text-decoration: none;
	display:none;
}
#menu-principal ul li a:hover	{
	color: #585858;
	background-image:url(../img/bg_menu_li_.png);
	background-repeat: repeat-x;
	background-position: top;
	display:none;
}
#menu-principal ul li a.active	{
	color: #ed6e0f;
	background-image:url(../img/bg_menu_li_active.png);
	background-repeat: repeat-x;
	background-position: top;
	display:none;
}
#menu-principal ul li a.active:hover	{
	color: #ed6e0f;
	background-image:url(../img/bg_menu_li_active.png);
	background-repeat: repeat-x;
	background-position: top;
	display:none;
}*/

/* MENU SIDE ..............................................................................................*/

#menu-side	{	
	
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	background-image:url(../img/bg_menu_gradient.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	display:none;
}
/*#menu-side ul	{	
	width:279px;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	display:none;
}
#menu-side ul li	{	
	padding:0;
	margin:0;
	list-style:none;
	color: #848484;
	border-bottom: 1px solid #dfdfdf;
	display:none;
}
#menu-side ul li.sin-line	{	
	border-bottom: none;
	display:none;
}
#menu-side ul li a	{	
	padding:4px 0 4px 20px;
	width: 259px;
	display:block;
	list-style:none;
	color: #848484;
	text-decoration:none;
	font-size: 12px;
	background-image:url(../img/bg_menu_side_li.png);
	background-repeat: no-repeat;
	background-position: top left;
	display:none;
}
#menu-side ul li a:hover	{	
	color: #848484;
	text-decoration:none;
	font-weight:normal;
	background-image:url(../img/bg_menu_side_li_.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f6f6f6;
	display:none;
}
#menu-side ul li a.active	{	
	color: #848484;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/bg_menu_side_li_active.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
#menu-side ul li a.active:hover	{	
	color: #848484;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/bg_menu_side_li_active.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
#menu-side ul.menu-side2	{	
	width:279px;
	margin:0 ;
	padding:0;
	list-style:none;
	display:none;
}
#menu-side ul.menu-side2 li	{	
	padding:0;
	margin:0;
	list-style:none;
	color: #848484;
	border-bottom: none;
}
#menu-side ul.menu-side2 li a	{	
	padding:2px 0 2px 35px;
	width: 244px;
	display:block;
	list-style:none;
	color: #848484;
	text-decoration:none;
	font-size: 11px;
	background-image:url(../img/bg_menu_side_li2.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#menu-side ul.menu-side2 li a:hover	{	
	padding:2px 0 2px 35px;
	width: 244px;
	display:block;
	list-style:none;
	background-image:url(../img/bg_menu_side_li2_.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #f6f6f6;
}
#menu-side ul.menu-side2 li a.active	{	
	padding:2px 0 2px 35px;
	width: 244px;
	display:block;
	list-style:none;
	background-image:url(../img/bg_menu_side_li2_active.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
}
#menu-side ul.menu-side2 li a.active:hover	{	
	padding:2px 0 2px 35px;
	width: 244px;
	display:block;
	list-style:none;
	background-image:url(../img/bg_menu_side_li2_active.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
}*/

/* DESTACADO 1 (NARANJA PARA LA HOME)..............................................................................*/

.destacado1 { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ed6d0f;*/
	display:none;
}
/*.destacado1 h3{ 
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding:0 0 5px 0;
}
.destacado1 .box a	{
	display:block;
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-image:url(../img/bg_box1.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid #f8b47c;
}
.destacado1 .box a:hover {
	display:block;
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-image:url(../img/bg_box1_.png);
	background-color: #f3934e;
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid #f8b47c;
}*/
/*DESTACADO2 (AZUL)..................................................................................*/
.destacado2 { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #207ac8;*/
	display:none;
} 
/*.destacado2 h3	{
	color: #105b9b;
	display:block;
	background-color: #68a7dd;
	margin:0;
	padding:3px 3px 3px 7px;
	font-size: 14px;
}
.destacado2 .box2 	{ 
	border-top: 1px solid #63a2d8;
	background-image:url(../img/bg_box2.png);
}*/
/*DESTACADO3 (NARANJA PARA PÁG. INTERNAS).........................................................................*/
.destacado3 { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f79b4e;*/
	display:none;
} 
/*.destacado3 h3	{
	color: #db6105;
	display:block;
	background-color: #fbcda7;
	margin:0;
	padding:3px 3px 3px 7px;
	font-size: 14px;
}
.destacado3 .box2 	{ 
	background-image:url(../img/bg_box1.png);
	border-top: 1px solid #f8b47c;
}*/
/*DESTACADO ORACLE.................................................................................................*/
.destacado-oracle { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado_oracle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #b55353;*/
	display:none;
}	
/*.destacado-oracle .box2 	{ 
	border-top: 1px solid #db8788;
	background-image:url(../img/bg_box_oracle.png);
}*/
/*DESTACADO SAP.................................................................................................*/
.destacado-sap { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado_sap.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1b5996;*/
	display:none;
}	
/*.destacado-sap .box2 	{ 
	border-top: 1px solid #5c85af;
	background-image:url(../img/bg_box_sap.png);
}*/
/*DESTACADO MICROSOFT..............................................................................................*/
.destacado-microsoft { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado_microsoft.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #558d4f;*/
	display:none;
}	
/*.destacado-microsoft .box2 	{ 
	border-top: 1px solid #93c48d;
	background-image:url(../img/bg_box_microsoft.png);
}*/
/*DESTACADO J2EE.................................................................................................*/
.destacado-j2ee { 
/*	width:283px;
	margin:0 0 10px 0;
	padding:0;
	border: 1px solid #cfcfcf;
	background-image:url(../img/bg_destacado_j2ee.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #7361a5;*/
	display: none;
}	
/*.destacado-j2ee .box2 	{ 
	border-top: 1px solid #a398c0;
	background-image:url(../img/bg_box_j2ee.png);
}*/

/*BOX2........................................................................................................*/
.box2 {
/*	color: #ffffff;
	display:block;
	text-decoration: none;
	padding: 8px 10px 7px 10px;
	background-repeat: no-repeat;
	background-position: top right;*/
	display:none;
}
/*.box2 a	{
	color: #ffffff;
}
.box2 a:hover	{
	color: #bddaf3;
}
.box2 h2	{
	color: #ffffff;
	margin:3px 0 3px 0;
	font-size: 12px;
}
.box2 p	{
	color: #ffffff;
	margin:3px 0 3px 0;
	font-size: 11px;
}
.box2 p.box-tit	{
	color: #ffffff;
	padding: 0;
	margin:0;
	font-size: 12px;
	font-weight:bold;
}
.box2 p.box-subtit	{
	color: #bddaf3;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
}
.box2 p.box-subtit a	{
	color: #bddaf3;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
}
.box2 p.box-subtit a:hover	{
	color: #ffffff;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight:bold;
}
.box2 p.box-fecha	{
	color: #bddaf3;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight:normal;
}
*/
/* CLIENTES ...............................................................................................*/

#clientes	{
	height: 100px;
	width: 283px;
}
#clientes h3	{
	color: #828282;
	border-bottom: 1px solid #cccccc;
	font-size:14pt;
	margin:0;
	padding:0;
}
.box-clientes	{
	height: 83px;
	width: 283px;
	border-top: 5px solid #ccc;
}	
	
/* TESTIMONIOS HOME............................................................................................*/

.box-test-home	{
/*	width: 296px;
	height:76px;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #777777;
	background-image:url(../img/box_testimonio.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	display: none;
}
/*.box-test-home h4	{
	color: #ed6e0f;
	font-size: 14px;
	margin: 0 0 3px 0;
	padding:0;
}
.box-test-home img	{
	width: 62px;
	height:76px;
	color: #ed6e0f;
	float: right;
	margin: 0 0 3px 5px;
	padding:0;
}*/

/* TESTIMONIOS INTERNAS............................................................................................*/

.box-test-left	{
	width: 263px;
	height:79px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	color: #777777;
	background-image:url(../img/box_testimonio_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.box-test-left h4	{
	color: #ed6e0f;
	font-size: 14pt;
	margin: 0 0 3px 0;
	padding:0;
}
.box-test-left img	{
	width: 62px;
	height:76px;
	color: #ed6e0f;
	float: right;
	margin: 0 0 3px 5px;
	padding:0;
}

/* NOTICIAS HOME .........................................................................................*/

#home-right	{
	width: 316px;
	float: left;
	margin: 0 0 0 25px;
}
#home-left	{
	width: 316px;
	float:left;
}
.banner	{
	margin: 0 0 10px 0;
	padding: 0;
}
.noti-home	{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background-image:url(../img/bg_noti.png);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 15px;
}	
.noti-home p.noti-fecha	{
	color: #0963b0;
	padding: 0;
	margin:0;
	font-size: 10pt;
	font-weight:normal;
}
.noti-home p.noti-tit	{
	color: #454545;
	padding: 0;
	margin:3px 0 3px 0;
	font-size: 11pt;
	font-weight:bold;
}
.noti-home p.noti-tit a	{
	color: #454545;
	text-decoration:none;
	background-image:url(../img/bg_noti_tit.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 12px;
}
.noti-home p.noti-tit a:hover	{
	color: #7e7e7e;
	text-decoration:underline;
	background-image:url(../img/bg_noti_tit_.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 12px;
}
.noti-home p.noti-texto	{
	color: #818181;
	padding: 0;
	margin:0;
	font-size: 11pt;
}

/* FLASH HOME ..................................................................................*/

#flash-home	{
	width: 650px;
	height: 234px;
	margin: 0 0 10px 0;
	padding:0;
}

/* FLASH INTERNO..................................................................................*/

#flash-interno	{
/*	width: 650px;
	height: 130px;
	margin: 0 0 10px 0;
	padding:0;
	position:relative;*/
	display: none;

}
/*#flash-interno .flash-destacado	{
	width: 156px;
	height: 130px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	float:left;
	margin: 0;
	padding:0;
	background-color: #f38935;
	background-image:url(../img/bg_flash_destacado.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#flash-interno .flash-destacado h1	{
	color: #ffffff;
	margin: 15px;
	padding:0;
}
#flash-interno .flash-destacado h2	{
	color: #ffffff;
	margin: 15px;
	padding:0;
	font-size:16px;
}
#flash-interno .flash-foto	{
	width: 493px;
	height: 130px;
	float:right;
	margin: 0;
	padding:0;
}*/

/* TITULOS, PARRAFOS Y LINKS..................................................................................*/

h1	{
	color:#2c2e2f;
	font-size:18pt;
	margin: 10px 0 20px 0;
	padding:0;
	font-weight:normal;
}
h2	{
	color:#026ab6;
	font-size:15pt;
	margin: 20px 0 20px 0;
	padding:0;
	font-weight:bold;
}
h3	{
	color:#ed6e0f;
	font-size:14pt;
	margin: 10px 0 10px 0;
	padding:0;
	font-weight:bold;
}
h4	{
	color:#0082c8;
	font-size:12pt;
	margin: 10px 0 10px 0;
	padding:0;
	font-weight:bold;
}
a	{
	color: #3d3d3d;
	text-decoration:underline;
}
a:hover	{
	color: #ed6d0e;
	text-decoration:underline;
}
a.ampliar	{
	color: #ed6d0e;
	padding: 0 0 0 12px;
	margin: 0;
	background-image:url(../img/bg_ampliar.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	font-size:10pt;
}
a.ampliar:hover	{
	color: #444444;
	padding: 0 0 0 12px;
	margin: 0;
	background-image:url(../img/bg_ampliar_.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration:none;
	font-size:10pt;
}
.img	{
float:left;
margin:0 10px 5px 0;
}
/* TEXT BOX .................................................................................................*/

.div-text1{
	margin:15px 0;
	padding: 15px;
	height:72px;
	width:605px;
	background-image:url(../img/bg_box_gris.png);
	background-repeat: no-repeat;
	color: #000000;
}
.div-text1 h3{
	margin: 0;
	padding:0;
	font-size:12pt;
	color: #0b65b3;
}


.div-text2{
	margin:15px 0;
	padding:15px;
/*	position:relative;*/
	background-image:url(../img/bg_box_gris3.png);
	background-repeat: no-repeat;
	width:605px;
	border-bottom:none;
}
.div-text2 p{
	margin:0;
	padding:0;
	border-bottom:none;
}
.div-text2 h1{
	margin:0;
	padding:0;
	font-size:12pt;
	color:#0b65b3;
	font-weight:bold;
	line-height:17px;
	border-bottom:none;
}
#page .div-text2 ul{
	margin:5px 0;
	padding:0;
	list-style:none;
	border-bottom:none;
}
#page .div-text2 ul li{
	margin:0;
	padding: 2px 0 0 30px;
	list-style:none;
	background-image:url(../img/bg_list_co.png);
	background-position:top left;
	border-bottom:none;
}
.div-text2 h2	{
	background-image:url(../img/bullet_h1_motivos.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#ef7013;
	font-size:14pt;
	line-height:16px;
	padding:0 0 0 20px;
	font-weight:bold;
}


/* DIV ORACLE .................................................................................................*/

.div-oracle-all{
	margin:15px 0;
	padding:0;
	width:640px;
	float:left;
}
.div-oracle{
	margin:0;
	padding:15px;
	position:relative;
	background-image:url(../img/bg_box_oracle.jpg);
	background-repeat: no-repeat;
	width:74px;
	height:115px;
	float:left;
}
.div-oracle h1{
	margin:0;
	padding:0;
	font-size:13pt;
	line-height:12px;
	color:#0b65b3;
	font-weight:bold;
	text-align:center;
}
#page .div-oracle p{
	margin:5px 0 0 0;
	padding:0;
	font-size:11pt;
	line-height:15px;
	text-align:center;
}
.div-oracle2{
	margin:0;
	padding:35px 10px 10px 10px;
	position:relative;
	background-image:url(../img/bg_box_oracle2.jpg);
	background-repeat: no-repeat;
	width:120px;
	height:100px;
	float:left;
}
#page .div-oracle2 p{
	margin:5px 0 0 0;
	padding:0;
	font-size:11pt;
	line-height:15px;
	text-align:center;
}
.div-oracle-flecha{
	margin:0;
	padding:0;
	position:relative;	
	float:left;
	background-image:url(../img/flecha.png);
	background-position:center;
	background-repeat: no-repeat;
	width:18px;
	height:145px;
}



/* ELEMENTOS DE FORMULARIO ..................................................................................*/

select.idioma	{	
	margin: 0;
	padding: 0px 5px;
	font-size: 10pt;
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #484848;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
input, select, textarea	{	
	margin: 0;
	padding: 1px 5px;
	font-size: 12pt;
	background-color: #fff;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	color: #484848;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
input.button{	
	margin: 0 5px 0 0;
	padding: 1px 5px;
	background-image: url(../img/bg_button.png);
	background-repeat:repeat-x;
	border: 1px solid #666666;
	width:auto;
	overflow:visible;
	color: #484848;
	font-size: 10pt;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
.button	{	
	margin: 0 5px 0 0;
	padding: 0 5px;
	background-image: url(../img/bg_button.png);
	background-repeat:repeat-x;
	border: 1px solid #666666;
	width:auto;
	overflow:visible;
	color: #484848;
	font-size: 10pt;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
.button input	{	
	margin: 0 5px 0 0;
	padding: 0 5px;
	background-image: url(../img/bg_button.png);
	background-repeat:repeat-x;
	border: 1px solid #666666;
	width:auto;
	overflow:visible;
	color: #484848;
	font-size: 10pt;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
input.button-registrarse	{	
	margin: 0 5px 0 0;
	padding: 4px 0;
	width:73px;
	background-image: url(../img/button_registrarse.png);
	background-repeat: no-repeat;
	background-color:#f8f8f8;
	color: #818181;
	font-size: 10pt;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
	border:none;
}
a.button-masinfo	{	
	margin: 0 5px 0 0;
	padding: 5px 0 7px 25px;
	line-height: 23px;
	background-image: url(../img/button_mas_info.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #14497d;
	font-size: 10pt;
	text-decoration: none;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
a.button-masinfo:hover	{	
	margin: 0 5px 0 0;
	padding: 5px 0 7px 25px;
	line-height: 23px;
	background-image: url(../img/button_mas_info_.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #818181;
	font-size: 10pt;
	text-decoration: none;
	font-family: 'Arial', verdana, Tahoma, sans-serif;
}
.checkandradio input	{
	background:none;
	border:0;
	margin:0 1px 0 1px;
}
input.checkandradio 	{
	background:none;
	border:0;
	margin:0 1px 0 1px;
}
.checkandradio 	{
	background:none;
	border:0;
	margin:0 1px 0 1px;
}
form 	{
	margin:0;
	padding:0;
}
	
/* PAGINA CLIENTES...............................................................................................*/
.cliente 	{
	padding:0;
	width:285px;
	height:85px;
	margin: 0 15px 15px 0;
	float:left;
	border: 5px solid #f4f3f3;
}

/* PAGINA COMPAÑIA DIV DE CLIENTES CON IMAGEN .....................................................................*/
.div-cliente-logo	{
	margin: 5px 20px 15px 0;
	padding: 0;
	background-image:url(../img/bg_logo.png);
	background-repeat: no-repeat;
	float:left;
}

/* TABLAS CURSOS..............................................................................................*/

table.tabla-cursos	{
	background-color: #f5f5f5;
	margin: 10px 0;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
table.tabla-cursos th	{
	background-color: #ededed;
	border-left: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 9px 15px;
	font-size:14pt;
	text-align:left;
	color: #0a4d87;
	background-image:url(../img/table_tit.jpg);
	background-repeat:no-repeat;
}
.table-cursos-bg	{
	background-color: #fbfbfb;
	border: 1px solid #d7d7d7;
	padding:  8px 15px 14px 15px;
	margin:0;
	font-size:12pt;
	color: #575757;
	/*background-image:url(../img/table_content.png);
	background-repeat:no-repeat;*/
}
table.tabla-cursos td	{
	background-color: #ffffff;
	padding: 0 3px 3px 3px;
	font-size:12pt;
	color: #575757;
	margin:0 0 2px 0;

}
.div-float-right	{
	float:right;
	margin:0;
	padding:5px 0 0 0;
	font-size:10pt;
	text-align:right;
}	
.div-float-right input	{	
	font-size:10pt;
}

/*DIV PARA LAS NOTICIAS................................................................................................*/

.div-noticia	{
	margin:15px 0 0 0;
	padding:0;
	border-bottom:3px solid #f0f0f0;
}
.div-noticia	img{
	float:left;
	margin:10px 10px 10px 0;
}
.div-noticia	h1{
	margin:0 0 2px 0;
	padding:0 0 2px 0;
	font-size:12pt;
	color:#0862b0;
	font-weight:bold;
	line-height:12pt;
}
.div-noticia h1 a{
	color:#0862b0;
	font-weight:bold;
	text-decoration:underline;
}
.div-noticia h1 a:hover{
	color:#63a2d8;
	font-weight:bold;
	text-decoration:underline;
}
#page .div-noticia p{
	margin:4px 0 6px 0;
	padding:0;
	color:#767e84;
	line-height:13pt;
}
p.fecha	{
	color:#979b9d;
	font-size:10pt;
	margin:0;
	padding: 0 0 0 0;
	line-height:10pt;
	/*border-bottom:1px solid #979b9d;*/
}

/*DIV PARA LA PRENSA................................................................................................*/

.div-press	{
	width:300px;
	height:185px;
	float:left;
	margin:0 10px 10px 0;
	padding:0 5px 0 0;
}
.div-press img	{
	width: 98px; 
	margin:0px 10px 8px 0;
	border: 1px solid #b6b6b6;
	float:left;
}
.div-press h1	{
	color:#f38935;
	font-size:14pt;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
}
.div-press a	{
	text-align:right;
	color:#686767;
	background-image:url(../img/bullet_press.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	margin:0 0 0 240px;
}
.div-press a:hover	{
	text-align:right;
	color:#949292;
	background-image:url(../img/bullet_press_.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	margin:0 0 0 240px;
}

/*DIV PARA TESTIMONIOS...............................................................................................*/

.div-test	{
	margin:15px 0 0 0;
	padding:18px 0 0 15px;
/*	position:relative;*/
	background-image:url(../img/bg_box_gris2.png);
	background-position:top;
	background-repeat: no-repeat;
	width:625px;
}
.div-test	img{
	float:right;
	margin:8px 10px 10px 5px;
	width:62px;
	height:76px;
}
.div-test	h1{
	margin:10px 0 2px 0;
	padding:0 0 2px 0;
	font-size:14pt;
	color:#ed6e0f;
	font-weight:bold;
	line-height:15px;
}
.div-test	h2{
	margin:5px 0 2px 0;
	padding:0 0 2px 0;
	font-size:11pt;
	color:#6d6d6d;
	line-height:15px;
}


/*TABLA GALERIA DE FOTOS..............................................................................................*/

.img-fotos 	{
	padding:0;
	margin: 0 10px 15px 0;
	float:left;
	border: 8px solid #f4f3f3;
}
/*TABLA MOTIVOS.......................................................................................................*/

table.motivos	{
	margin:20px 0 0 0;
	padding:0;
}
table.motivos td	{
	background-image:url(../img/bg_box_motivos.png);
	background-repeat:no-repeat;
	background-color:#fff;
	width:270px;
	padding: 8px 35px 30px 15px;
	margin:0;
}
table.motivos td p	{
	color:#717171;
	padding: 10px 15px 10px 15px;
	margin:0;
	line-height:14pt;
}
table.motivos td h1	{
	background-image:url(../img/bullet_h1_motivos.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#ef7013;
	font-size:14pt;
	line-height:16px;
	padding:0 0 0 20px;
	font-weight:bold;
}

/*TABLA VERANO.......................................................................................................*/

table.verano{
	padding:0;
	margin:0;
	width:639px;
	background-image:url(../img/bg_box_verano.jpg);
	background-repeat:repeat-x;
}
table.verano td{
	padding: 0 20px 10px 20px;
	margin:0;
}
#page table.verano td h1{
	background-repeat:no-repeat;
	background-position:left top;
	color:#026ab6;
	font-size:11pt;
	line-height:16pt;
	padding:15px 0 5px 0;
	margin:0;
	font-weight:bold;
}
#page table.verano td p{
	color:#717171;
	padding:0;
	margin:0;
	line-height:16pt;
}


/*LOGO FOOTER SYNCRO...................................................................*/
.logo-footer-syncro{
	padding: 0px 15px 5px 0;
	height: 18px;
	display: none;
}
.logo-footer-syncro a{
	float: right;
	background: url(../img/logo_syncro.png) no-repeat;
	width: 18px;
	height: 18px;
	display:block;
}
.logo-footer-syncro a:hover{
	background: url(../img/logo_syncro_.png) no-repeat;
	float: right;
	width: 18px;
	height: 18px;
	display:block;
}
