body {
	background:url(images/bg.gif) repeat-y center #FFFFFF;
	margin:auto;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#33333;
	float: left;
	padding: 4px 11px 0px 11px;
	text-align: left;
	background-color: #F2F1F2;
}
h1 {
	font-size:20px;
	color:#666;
	padding:5px;
	margin:3px;
	font-weight:normal;
}
h2 {
	font-size:13px;
	color:#666666;
	margin:0px;
	padding:3px;
}
h3 {
	font-size:14px;
	color:#666666;
	margin:0px;
	padding:3px;
}
h4 {
	font-size:12px;
	color: #CE6700;
	margin:0px;
	padding:3px;
	font-weight:normal;
}
.clear {
	clear:both;
	overflow:hidden;
	height:4px;
}
.justificado{
	text-align: justify;
}
#main_content {
	width:1200px;
	height:auto;
	margin:auto;
	
}
#icono1 {
	width:80px;
	height:130px;
	background-image: url(images/icono-master.gif);
	position: fixed;
	background-repeat: no-repeat;
	left: 10px;
	top: 30px;
}
#icono2 {
	width:80px;
	height:130px;
	top: 270px;
	left: 10px;
	background-image: url(images/icono-auditoria.gif);
	position: fixed;
	background-repeat: no-repeat;

	
}
#icono3 {
	width:80px;
	height:130px;
	background-image: url(images/icono-cuadro.gif);
	position: fixed;
	background-repeat: no-repeat;
	left: 1135px;
	top: 30px;
}
#icono4 {
	width:80px;
	height:130px;
	background-image: url(images/icono-consejeria.gif);
	position: fixed;
	background-repeat: no-repeat;
	left: 1135px;
	top: 270px;
}
.leyenda_icono {
	width:80px;
	float: left;
	margin-left: 5px;
}

#main_content1 {
	width:980px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}
#top_banner {
	width:980px;
	height:150px;
	background:url(images/banner.jpg) no-repeat center;
}
#center_banner {
	width:980px;
	height:auto;
	background-color: #FFF;
}
#center_banner_content {
	width:694px;
	height:auto;
	float:left;
}
#center_banner_content_int {
	width:703px;
	height:auto;
	float:left;
	margin-left: 15px;
}
#center_banner_content_int1 {
	width:670px;
	height:auto;
	float:left;
	margin-left: 15px;
	padding-right: 30px;
}
#center_banner_content_int2 {
	width:550px;
	height:auto;
	float:left;
	margin-left: 15px;
	padding-right: 30px;
}
#center_banner_content_int3 {
	width:500px;
	height:auto;
	float:left;
	margin-left: 200px;
}
#learn_more {
	width:280px;
	height:65px;
	clear:left;
	float:left;
	padding-top:40px;
}
#learn_more_dcha {
	width:700px;
	height:auto;
	float:right;
	padding-top:0px;
}
#page_content {
	width:980px;
	height:auto;
	background-color:#FFFFFF;
}
#slogan {
	list-style-type:none;
	float:right;
	display:block;
	width:650px;
	height:18px;
	clear:both;
	margin-top:0px;
	padding:0;
}
#idioma {
	list-style-type:none;
	float:right;
	display:block;
	width:auto;
	height:20px;
	margin-top:0px;
	padding:0px;
}
/*------top menu---------*/

.menu2 {
	padding:10px;
	margin-top:7px;
	height:18px;
	font-family:Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	float:right;
	margin-right: 10px;
}
.menu2 li.top {
	display:block;
	float:left;
	position:relative;
}
.menu2 li a.top_link {
	display:block;
	float:left;
	margin-left:3px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:10px 6px 0 15px;
	cursor:pointer;
}
.menu2 li a.top_link span {
	float:left;
	display:block;
}
.menu2 li a.top_link span.down {
	float:left;
	display:block;
	padding:0 8px 0 6px;
	height:25px;/*background:url(prodrop2/down.gif) no-repeat right top;*/
}
.menu2 li a.top_link:hover {
	color:#669;
	border-bottom:1px #562231 dashed;
}
.menu2 li a.top_link:hover span {
}
.menu2 li a.top_link:hover span.down {
}
.menu2 li:hover > a.top_link {
	color:#669;
}
.menu2 li:hover > a.top_link span {
}
.menu2 li:hover > a.top_link span.down {
}
.menu2 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {
	visibility:visible;
}
.menu2 li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, .menu2 :hover ul ul, .menu2 :hover ul :hover ul ul, .menu2 :hover ul :hover ul :hover ul ul, .menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.menu2 :hover ul.sub {
	left:18px;
	top:27px;
	padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/
	width:auto;
	height:auto;
	font-weight:normal;
}
.menu2 :hover ul.sub li {
	display:block; /*height:20px; */
	position:relative;
	float:left;
	width:300px;
	margin-bottom:0;
}
.menu2 :hover ul.sub li a {
	display:block;
	height:auto;
	font-size:11px;
	padding:4px 3px;
	line-height:1;
	color:#669;
	text-decoration:none;
}
.menu2 :hover ul.sub li a.fly {
	
}
.menu2 :hover ul.sub li a:hover {
	color:#000;
}
.menu2 :hover ul.sub li a.fly:hover {
	
}
.menu2 :hover ul li:hover > a.fly {
	
}
.menu2 :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:160px;
	top:-1px;
	background: #fff;
	padding:0; /* white-space:nowrap; */
	width:auto;
	z-index:300;
	height:auto;
}
.menu2 :hover ul.sub li ul {
	background: #fff;
	z-index:300;
}


ul.menu {
	list-style-type:none;
	float:right;
	display:block;
	width:665px;
	height:18px;
	clear:both;
	margin-top:20px;
	padding:10px;
}
ul.menu li {
	display:inline;
	position: relative;
}
a.nav:link, a.nav:visited {
	display:block;
	float:right;
	padding:4px 11px 0 11px;
	margin:0;
	width: auto;
	height:18px;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#000;
}
a.nav:hover {
	display:block;
	float:right;
	padding:4px 11px 4px 11px;
	margin:0;
	width: auto;
	height:auto;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	color:#669;
	border-bottom:1px #562231 dashed;
}
/*------left section-----*/
#left_section {
	width:250px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 2px;
	height: 210px;
}
.left_box_border {
	width:240px;
	height:auto;
	border:1px #CCCCCC solid;
	padding:5px;
	margin-top:16px;
}
.left_box {
	width:240px;
	height:auto;
	background:url(images/box.jpg) no-repeat top;
	padding-top:10px;
}
#login {
	padding:10px;
}
.input {
	width:140px;
	height:12px;
	font-size:10px;
}
.submit {
	float:right;
	margin-right:450px;
	margin-top:5px;
}
img.pic {
	float:left;
	padding:10px;
}
.title {
	font-size:14px;
	font-weight:bold;
	color:#669;
	padding-top: 5px;
}
.title1 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-top: 5px;
}
.title a {
	text-decoration:none;
	font-weight:bold;
	color:#7B0E10;
}
.content {
	padding:7px;
	text-align:justify;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
/*------right section-----*/
#right_section {
	width:auto;
	height:auto;
	float:right;
}
.right_box {
	margin:0px 10px 0px 0;
	width: 250px;
	float: left;
}
.right_boxmapa {
	margin:0px 10px 0px 0;
	width: 370px;
	float: left;
}
.right_box_3 {
	margin:30px 0px 7px 0;
	width: 308px;
	float: left;
}
img.pic_border {
	float:left;
	padding:2px;
	margin-right:15px;
	border:1px solid #CCCCCC;
}
.title_small {
	font-size:12px;
	font-weight:bold;
	color: #8378A3;
}
#right_box_1 {
	width:400px;
	height:auto;
	float:left;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#right_box_2 {
	width:240px;
	height:auto;
	float:left;
	margin:0px 5px 0px 1px;
	padding-left:5px;
	border-left:1px #CCCCCC solid;
}
#right_box_21 {
	width:240px;
	height:auto;
	float:left;
	margin:0px 5px 0px 1px;
	padding-left:5px;
	border-left:1px #CCCCCC solid;
}
#right_box_21mapa {
	width:365px;
	height:auto;
	float:left;
	margin:0px 5px 0px 1px;
	padding-left:5px;
	border-left:1px #CCCCCC solid;
}
#cita {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CCC;
	padding: 3px;
	margin-top: 6px;
	
	
}
.news_box {
	clear:both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: justify;
}
img.pic_news {
	float:left;
	padding:10px 10px 17px 0px;
}
.news_submenu {
	clear:both;
	float:left;
	padding-top:0px;
	margin-left:10px;
	border-bottom:1px #CCCCCC solid;
}
.news_link {
	float:left;
	padding-right:30px;
}
.news_link a {
	text-decoration:none;
	color:#999999;
}
.news_link a:hover {
	text-decoration:none;
	color:#000;
}

.news_link1 {
	float:right;
	text-align: right;
}
.news_link1 a {
	text-decoration:none;
	color:#999999;
	text-align: right;
}
.news_link1 a:hover {
	text-decoration:none;
	color:#000;
	text-align: right;
}
/*---------services---------*/
ul.services {
	list-style-type:none;
	float:left;
	display:block;
	width:auto;
	height:auto;
	margin:0px;
	padding:10px 0 0 2px;
}
ul.services li {
	display:inline;
}
a.nav_services:link, a.nav_services:visited {
	display:block;
	padding:1px 0 0 14px;
	margin:2px;
	width: auto;
	height: auto;
	text-align:left;
	line-height:17px;
	text-decoration:none;
	color:#666;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
a.nav_services:hover {
	display:block;
	padding:1px 0 0 14px;
	margin:2px;
	width:auto;
	height:auto;
	text-align:left;
	line-height:17px;
	text-decoration:none;
	color:#000000;
	background-image: url(images/bullet_a.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
/*-------footer-----*/
#footer {
	width:980px;
	height:70px;
	clear:both;
	background-color:#FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}
#copyrights {
	width:350px;
	color: #666666;
	font-size:10px;
	float:left;
}
#madeby {
	width:250px;
	height:60px;
	float:right;
	text-align:center;
	padding-top:10px;
	background-image: url(images/palladium.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#madeby a {
	text-decoration:none;
	color:#666666;
	
}
#pie {
	width:980px;
	height:35px;
	float:left;
	text-align:center;
	padding-top:10px;
	color: #999;

}
/*---------footer menu---------*/
ul.footer_menu {
	list-style-type:none;
	float:left;
	display:block;
	width:320px;
	height: 30px;
	margin:0px;
	padding:3px 0 0 10px;
	text-align: center;
}
ul.footer_menu li {
	display:inline;
}

a.nav2:link, a.nav2:visited {
	display:block;
	float:left;
	padding:4px 0 0 5px;
	margin:2px;
	width: auto;
	height:20px;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	color: #999999;
}
a.nav2:hover {
	display:block;
	float:left;
	padding:4px 0 0 5px;
	margin:2px;
	width:auto;
	height:20px;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	color:#000000;
}
.container1{ width:100%}
.h{
	height:32px;
	width: 150px;
}
.col-1, .col-2, .col-3, .col-4, .col-5{
	float:left;
	height: 200px;
	width: 230px;

