@charset "utf-8";
/* CSS Document */

body {
	background-color: #E5EBEB;
	background-image: url(../images/back_ground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 5px;
	}

#title {
	width: 377px;
	float: left;
}

/** TAB TOP **/

#tab_top{
	background-image: url(../images/tab_top_bg.png);
	float: right;
	height: 17px;
	width: 199px;
	background-repeat: no-repeat;
	margin-top: 48px;
	margin-right: 130px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18px;
	padding-left: 20px;
}
#tab_top a {
	color: #FFFFFF;
	text-decoration: none;
}
#tab_top a:hover {
	color: #FEBB36;
	text-decoration: underline;
}

#ban{
	height: 120px;
	width: 650px;
	clear: left;
}
/*  Tabs menu */

#cont_tab_menu{
	background-color: #E5EBEB;
	width: 650px;
	border-top: 1px solid #FFFFFF;
	clear: left;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #536895;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 10px 4px 10px;
	color: #FFFFFF;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
}

#navlist a:hover {
	color: #FEBB36;
	background-color: #093281;
	height: 25px;
}

/** box rounded corners **/
#box {
	width: 643px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
/** div content **/
#content{
	width: 580px;
	background-color: #E5EBEB;
	padding: 10px;
}


/* =-=-=-=-=-=-=-[Menu RIGHT]-=-=-=-=-=-=-=- */
#tab_right{
	height: 300px;
	width: 109px;
	clear: right;
	float: right;
	margin-top: 21px;
	background-image: url(../images/bg_tab_right.gif);
	background-repeat: no-repeat;
}


#menu {
	width: 107px;
	margin-top: 141px;
}



#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
	width: 107px;
	text-align: left;
}



#menu li a {
	text-decoration: none;
	height: 48px;
	display: block;
	background-image: url(../images/tab_right.png);
	margin-bottom: 15px;
	padding-top: 23px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 120%;
}



#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
}

#menu li a:hover {
	color: #FEBB36;
	background-position: 0 -71px;
}

#menu li a:active {
	color: #fff;
	background-position: 0 -0;
} 







/* =-=-=-=-=-=-=-[Menu box]-=-=-=-=-=-=-=- */

#main{
	float:left;
	width:400px;
	padding:0;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	border-right: 1px solid #CCCCCC;
}

#main ul {
	font-size: 10pt;
	line-height: 140%;
	list-style-type: disc;
	}
	
	#main li {
	list-style-type: disc;
	}

#main p{
	font-size: 10pt;
	line-height: 140%;
	
}

#main2{
	float:left;
	width:580px;
	padding:0;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

#main2 p{
	font-size: 10pt;
	line-height: 140%;
	
}
#container #box #main2 li {
	font-size: 10pt;
	line-height: 150%;
}

#main a {
	color: #0033CC;
	font-size: 10pt;
}
#main a:hover {
	color: #FEBB36;
	text-decoration: none;
}

#main3{
	float:left;
	width:400px;
	padding:0;
	padding-left: 100px;
	padding-right: 40px;
	height: 100%;
}


h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
	margin:20px 0 8px 0;
	font-size:14pt;
}

h4{
	margin:10px 0 5px 0;
	font-size:13pt;
	color: #000000;
}

.headerstyle{
	display:block;
	margin:10px 0 10px 0;
	padding:3px 0 5px 8px;
	color:#536895;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #eee;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
	height: 20px;
}


/*** menu right***/
#sidebar{
	width:170px;
	float:right;
	margin-top:10px;
	font-size:1em;
	line-height:1.3em;
	padding-left: 10px;
}

#sidebar p{
	font-size:10pt;
}

.sidelink{
	display:block;
	width:150px;
	margin:3px 10px 2px 0;
	padding:0 0 3px 8px;
	font-size:9pt;
	font-weight:lighter;
	text-align:left;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	background-color: #eee;
	background-image: url(../images/gradient1.png);
	background-repeat: repeat-x;
	height: 20px;
}

.sidelink2{
	display:block;
	width:250px;
	margin:3px 10px 2px 0;
	padding:0 0 3px 8px;
	font-size:9pt;
	font-weight:lighter;
	text-align:left;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	background-color: #eee;
	background-image: url(../images/gradient1.png);
	background-repeat: repeat-x;
	height: 20px;
}

.sidelink:hover,.menuheader{
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #fff;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
}


/* photos*/

.photo{
	padding:5px;
	display:block;
	background-color:#f0f0f0;
	margin-right: 5px;
	float: left;
}

.photo2{
	padding:5px;
	display:block;
	background-color:#f0f0f0;
	float: right;
	margin-left: 5px;
}


/** titulos aplicaciones**/

.aplication_title{
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 271px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #000000;
	padding-top: 50px;
	text-decoration: underline;
	padding-left: 80px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}


/*** estilos generales***/
.italic_bold{
	font-weight: bold;
	font-style: italic;
}

/******* ESTILO DE LA CAJA DE LOGUIN *******/

#box_loguin {
	height: 215px;
	width: 230px;
	border: 1px solid #FFAD00;
	background-color: #FFFFFF;
	padding: 7px;
	margin: auto;
}

.form01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	height: 210px;
	width: auto;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	padding-left: 10px;
}
