html
{
	width: 100%;
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:white url(../images/header-bkg.jpg) repeat-x top;
	text-align: center;
	font-size: 14px;
	font-family:Arial;
	color: #1a1d16;
}
p
{
	color:#000103;
}
a img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/*HEADER*/

#header
{
	width: 912px;
	height:357px;
	margin: 0 auto;
	position:relative;
}
.padding-l-r
{
	padding: 0 19px 0 10px; 
}

#header h1 
{
	background:url(../images/slogan.gif) no-repeat top left;
	margin:0;
	padding:0;
	height:54px;
}
#header img 
{
	float:left;
}

#header h1  span
{
	visibility:hidden;
	font-size:25px;
	font-family:"Arial Narrow";
}

#menu ul
{
	margin: 0 17px;
	padding: 0;

}

#menu li
{
	margin: 0px;
	padding: 0 4px 0 4px ;
	line-height: 28px;
	float: left;
	background: url('../images/menu-separator.gif') no-repeat right;
	list-style-type: none;
	position:relative;
	/*letter-spacing: -0.5px;*/
	
}
#last-menu
{
	background: none!important;
}


#menu li a
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	float: left;
	padding: 0;
	padding: 0 11px 0 11px ;
}

#menu li .active, #menu li .menuact2
{
	background:#e29323;
	margin-top:-4px;
	padding-top:4px;
	height:26px;
	border-bottom:2px solid #01376f;
	z-index:100;
}
#menu li a:hover
{
	text-decoration:none;
}
.header_box_wrapper {
    width:912px;
    height:275px;
    margin:0px auto;
    background: url('../images/header_back.gif') repeat-y;
    z-index:1;
    }
.header_box_wrapper1 {
    width:912px;
    height:275px;
    margin:0px auto;
    background: url('../images/header_back.gif') repeat-y;
    z-index:1;
    }
#logos img {
    margin:0px 3px 0px 7px;
    width:235px;
    }
#header_img img {
    width:660px;
    }
#logos1 img {
    margin:0px 3px 0px 7px;
    width:235px;
    }
#header_img1 img {
    width:660px;
    }
#orange_line {
  	position:absolute;
    top:325px;
	left:0;
    width:100%;
    height:1px;
    border-top:solid 1px #e29323;
    margin:0 auto;
    z-index:3;
    text-align:center;
    }
/*SUBMENU*/
#menu li  div
{
	display:none;
	position:absolute;
	top:28px;
	left:5px;
	margin-left:4px;
	padding:7px 0 5px 0;
	background: #01376f url('../images/submenu-bkg.gif') repeat-x top;
}
#menu li  div ul
{
	float:none;
}
#menu li div ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li div ul .subbkg
{
	background:#E29323 none repeat scroll 0 0 !important;
	float:left;
	padding:0;
	z-index:101;
}
#menu li div ul li
{
	margin: 0px;
	padding: 0 0px 0 0;
	float:left;
	clear:both;
	width:220px;
	line-height: 28px;
	background: none;
	list-style-type: none;
	text-align:left;
}
/* end SUBMENU*/



/* END HEADER*/


/*CONTENT*/
#main-t
{
	width: 912px;
	margin: 0 auto;
	background: url('../images/cont-top-bkg.jpg') repeat-y;
	padding-top:0px;

}
#main-c
{
	background: url('../images/cont-bkg.jpg') repeat-y;
}
#main-b
{
	text-align:left;
	padding:36px 5px 10px 20px;
	background: url('../images/cont-bottom-bkg.jpg') no-repeat bottom left;
}

#content-bottom
{
	clear:both;
	padding-top:40px;
	margin-left:30px;
	padding-bottom:15px;
}
#content-bottom a:hover
{
	text-decoration:none;
}
#content-bottom .ayudenos
{
	font-size:11px;
	color:#024881;
	padding-right:20px;
	margin-left:15px;
	background: url('../images/chat-icon.jpg') no-repeat bottom right;
}
#content-bottom .acceso
{
	/*font-size:11px;
	color:#024881;
	padding-right:18px;
	background: url('../images/key-lock-icon.jpg') no-repeat bottom right;*/
	background:transparent url(../images/key-lock-icon.jpg) no-repeat scroll right bottom;
	color:#024881;
	display:block;
	float:left;
	font-size:11px;
	height:17px;
	padding-right:5px;
	width:100px;
}


.navbar
{
	margin:0 0 0 5px;
	padding:0 0  0 10px;
	color:#e1890c;
	background:url('../images/arrow-orange.gif') no-repeat center left;
	font-size:21px;
	font-weight: bold;
	font-family:Bell Gothic Std;
}




.conteier-t
{
	width:875px;
	background:url('../images/conteiner-top-bkg.jpg') no-repeat left top;
	padding-top:10px;
	margin-left:-8px;
}
.conteier-t1
{
	width:875px;
	background:url('../images/conteiner-top-bkg.jpg') no-repeat left top;
	padding-top:10px;
	margin-left:-18px;
}
.conteier-c
{
	width:804px;/*310 - 26px*/
	min-height:165px;
	background: #f0f1f2;
	padding:13px 0px  0 25px ;
	overflow:hidden;
}
.conteier-c p
{
	font-size:13px;
}
.conteier-c img
{
	
}

.conteier-b
{
	width:871px;
	background: url('../images/conteiner-bottom-bkg.jpg') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:27px;
	padding-right:5px;
}

.conteier-b1
{
	width:518px;
	background: url('../images/container-botton-bkg1.jpg') no-repeat left bottom;
	padding-top:100px;
	padding-bottom:50px;
	padding-left:27px;
	padding-right:5px;
}
/******************/
/******************/
/******************/


.conteier2-t
{
	width:875px;
	background:url('../images/conteiner-top-bkg.jpg') no-repeat left top;
	padding-top:10px;
	margin-top:20px;
	margin-left:-5px;
}

.conteier2-c
{
	width:777px;/*310 - 26px*/
	min-height:165px;
	background: #f0f1f2;
	padding:13px 25px  0 25px ;
}

.conteier2-b
{
	width:871px;
	background: url('../images/conteiner-bottom-bkg.jpg') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:27px;
	padding-right:5px;
}
/******************/
/******************/
/******************/
.title-contacto
{
	margin:0;
	padding:0;
	color:#01376f;
	font-size:18px;
}

.text-contacto
{
	margin:0;
	padding:0;
	color:#e29323;
	font-size:12px;
}

.text-contacto p
{
	margin:0;
	padding:0;
	color:#e29323;
	font-size:12px;
}

.text-contacto p a
{
	margin:0;
	padding:0;
	color:#e29323;
	font-size:12px;
}

.link-contacto
{
	margin:0 0 10px 0;
	display:block;
	padding:0;
	color:#e29323;
	font-size:12px;
	text-decoration:underline;
}

/******FORM*********/
.form
{
	clear:both;
	margin-bottom:4px;
	width:365px;
	padding-left:30px;
}

.form label
{
	width:100px;
	display:block;
	float:left;
	font-size:12px;
	color:#e29323;
	font-family:Tahoma;
}

.form input
{
	width:250px;
	border:1px solid #e29323;
	background-color:white;
}
.form .form-submit
{
	width:60px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
	background: url('../images/form-submit.jpg') no-repeat left bottom;
	border:none;
	color:#fff;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

.form textarea
{
	width:250px;
	height:115px;
	border:1px solid #e29323;
	background-color:white;
}

/***END***FORM*********/


/******FORM2*********/
.form2
{
	clear:both;
	margin-bottom:4px;
	width:375px;
}

.form2 label
{
	width:90px;
	display:block;
	padding-left:30px;
	float:left;
	font-size:12px;
	color:#e29323;
	font-family:Tahoma;
}

.form2 input
{
	width:250px;
	border:1px solid #e29323;
}

.form2 .form-volver
{
	width:60px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
	background: url('../images/form-submit.jpg') no-repeat left bottom;
	border:none;
	color:#fff;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:120px;
}
.form2 .form-submit
{
	width:60px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
	background: url('../images/form-submit.jpg') no-repeat left bottom;
	border:none;
	color:#fff;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

.form2 textarea
{
	width:250px;
	height:115px;
	border:1px solid #e29323;
}


/***END***FORM2*********/
.agree 
{
	color:#e29323;
	font-size:11px;
	font-family:Tahoma;
}
.agree  checkbox
{
	border:1px solid #e29323;
	
}
.agree  span
{
	color:#044f86;
}



.organigrama
{
	float:left;
	padding-left:10px;
}

.asociaciones
{
	float:left;
	width:430px;
	margin-bottom:10px;
}
.asociaciones h2
{
	margin:0;
	padding:10px 0 0 0;
	color:#01376f !important;
	font-size: 13px;
}
.asociaciones h2 a
{
	margin:0;
	padding:10px 0 0 0;
	color:#01376f !important;
	font-size: 13px;
	text-transform:uppercase;
}

.asociaciones p
{
	margin:0;
	padding:0;
	color:#01376f;
	font-size: 13px;
}
.asociaciones a
{
	margin:0;
	padding:0;
	/* color:#f2a010; */
	font-size: 13px;
	/* display:block; */
}
.asociaciones img
{
	background: url('../images/thumb-bkg.jpg') no-repeat; 
	padding:10px;
	margin-right:5px;
	float:left;
}


/*****FORMACION******/

.destacados
{
	margin:0px;
	padding:0px;
}
.destacados img
{
	border:1px solid #c9c9c9;
	padding:3px 4px;
	margin-right:8px;
	margin-bottom:14px;
	float:left;
}
.destacados img a
{
	border:1px solid #c9c9c9;
	padding:3px 4px;
	margin-right:8px;
	margin-bottom:14px;
	float:left;
}
.destacados h2
{
	margin:0 0 0 0;
	padding:10px 0 5px 20px;
	color:#01376f;
	font-size:13px;	
}	

.destacados h2 a
{
	margin:0 0 0 0;
	padding:0px 10px 5px 0px;
	color:#01376f;
	font-size:13px;
	
}	

.destacados p
{
	margin:0;
	padding:0;
	
}
.destacados .dest_etiq a
{
	font-size:13px;
	width:150px;
	color:#000103;
	margin:3px;
	padding:0;
}
.hor-line
{
	clear:both;
	width:100%;
	height:1px;
	line-height:1px;
	margin-bottom:10px;
	background: url('../images/vert-line-bkg.gif') repeat-x center left; 
}

/***END**FORMACION******/

.title-trebajo
{
	font-size:13px;
	color:#01376f;
	margin:0;
	padding:0 0 0 10px;
	background:transparent url(../images/arrow-black-transperant.gif) no-repeat scroll left top;
}



.centros
{
	width:619px;
	min-height:150px;
	clear:both;
	background:transparent url(../images/centros-bkg.jpg) no-repeat scroll left top;
}

.centros .left-c
{
	width:215px;
	float:left;
}
.centros .left-c img
{
	padding:9px 0 0 24px;
	float:left;
}

.centros .left-r
{
	width:404px;
	float:left;
}
.centros .left-r .centros-content
{

	background:#e9ae5a;
	width:404px;
	padding-bottom:5px;
	overflow:hidden;
}

.centros .left-r h2
{
	margin-top:47px;
	margin-bottom:15px;
	margin-right:10px;
	padding:0;
	font-size:15px;
	color:#01376f;
	text-align:right;
}

.centros .left-r p
{
	margin:0;
	margin-bottom:5px;
	padding:0;
	padding-left:35px;
	color:#fff;
	background:transparent url(../images/arrow-blue-bkg.gif) no-repeat scroll left center;
}
.centros .left-r a
{
	color:#fff;
}

.datos
{
	padding-top:50px;
	width:710px;
	margin:0 auto;
}

.datos table
{
	border: 1px #073c72 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
	float:left;
	margin-left:7px;
	margin-bottom:20px;
}

.datos .center td
{
	text-align:center
}
.datos table td
{
	border-left: 1px #416993 solid;
}

.datos table td.first
{
	
	background-color: #416993;
	border: 1px #416993 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #fff; 
	text-align:center;
	height:20px;
}

.datos table td.first p
{
	padding: 1px 10px;
	margin:0;
	color:#fff;
}

.datos table p
{
	padding: 1px 10px;
	margin:0;
	color:#01376f;
	font-size:12px;
}


/*END CONTENT*/


/*FOOTER*/
#footer
{
	width: 912px;
	margin: 0 auto;
}
#footer #fmenu
{
	float:right;
}
#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	margin: 0px;
	padding: 0 5px;
	float: left;
	line-height: 28px;
	background: url('../images/fmenu-separator.gif') no-repeat right;
	list-style-type: none;
	/*letter-spacing: -0.5px;*/
	font-size: 11px;
	color: #024881;
	
}
#last-menuf
{
	background:none!important;
	padding-right:0;
}


#footer li a
{
	font-size: 11px;
	color: #024881;
	display: block;
	float: left;
	padding: 0;
}


/*END FOOTER*/

/*OTHER*/
.clear
{
	clear:both;
}

/* END OTHER*/

.form a
{
	font-size:12px;
	color:#E1890C;

}
.centrarTexto{
	padding-left:20px;
	width:830px;
}
.separador{
	heigth: 20px;
	width:830px;
}
