* {
	outline:none;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #2155a1 ;
}

a:link, a:visited { color: #006600; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #6d44de; }

p { margin: 0px; padding: 0 0 10px 0; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.fl { float: left; }
.fr { float: right; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 34px;
	color: #ffffff;
	font-weight: normal;	
}

h2 {
	height: 15px;
	margin: 0 0 20px 0;
	padding: 18px 0 10px 0;
	font-size: 24px;
	color: #6d44de;
	font-weight: normal;	
	letter-spacing: -2px;
	background: url(../imagenes/icon_01.jpg) left bottom no-repeat;
}

h2 span {
	float: left;
	padding-left: 3px;
	padding-right: 10px;
	display: block;
	color: #ffffff;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	font-weight: bold;	
}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #99FF00;
	font-weight: bold;	
}

.em_text {
	color: #00ffff;
}

.image_wrapper{
	margin-top: 3px;
}

.fl_image {
	float: left;
	margin-right: 10px 
}

.fr_image {
	float: right;
	margin-left: 10px 
}

#container_outter {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;	
	background: url(../imagenes/container_outter_bg.png) repeat-y;
}

#container_inner {
	width: 940px;
	padding-top: 15px;
	background: url(../imagenes/main_bg.jpg) repeat-x;	
}


#container_inner_02_session {
	width: 940px;
	padding-top: 2px;
	background: url(../imagenes/main_bg.jpg) repeat-x;	
}

/* menu */

#menu {
	clear: both;
	width: 940px;
	padding: 0 10px;
	margin-bottom: 34px;
	color: #FFF;
	text-align: center;
}

#menu ul {
	width: 608px;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #99FF00;
}

#menu li .first {
	border: none;
}

/* fin menu */

/* contenido */

#content {
	clear: both;
	position: relative;
	width: 680px;
	padding: 22px 150px 0 150px;
	margin-top: 24px;
	margin-bottom: 85px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(../imagenes/content_repeat.png) repeat-y;
}

#content #content_top {
	position: absolute;
	top: -24px;
	left: 0px;
	width: 940px;
	height: 24px;
	background: url(../imagenes/content_top.png) no-repeat;
}

#content #content_home_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 212px;
	z-index: 500;
}

#content #slider {
	position: absolute;
	top: 0px;
	left: 108px;
	width: 740px;
	height: 180px;
}

#content #logo {
	position: absolute;
	top: 140px;
	left: 162px;
	width: 660px;
	height: 272px;
	z-index: 500;
	background: url(../imagenes/logolosantonios.png) no-repeat;
	border: 0;
}

#content #info {
	position: absolute;
	top: 426px;
	left: 0px;
	width: 930px;
	text-align: center;
	height: 45px;
	z-index: 500;
	padding: 10px 0 0 0 ;
	background: url(../imagenes/content_repeat.png) repeat-y;
}

#content #content_top_2 {
	position: absolute;
	top: -24px;
	left: 0px;
	width: 940px;
	height: 24px;
	background: url(../imagenes/content_top_2.png) no-repeat;
}

#content #content_bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 940px;
	height: 36px;
	background: url(../imagenes/content_bottom.png) no-repeat;
}

.section_w680 {
	width: 680px;
}
.section_w660 {
	width: 660px;
}

.section_w300 {
	float: left;
	width: 300px;
	padding-right: 19px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_w300b {
	float: left;
	width: 300px;
	padding-right: 19px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_w300b p {
	text-align: justify;
	margin-bottom: 10px;
}

.section_w300 p {
	text-align: justify;
	margin-bottom: 10px;
}

.section_w70 {
	float: left;
	width: 70px;
}

.section_w220 {
	float: right;
	width: 220px;
}

#site_title {
	float: left;
	width: 360px;
	height: 310px;
	margin-right: -20px;
	padding-bottom: 20px;
	background: url(../imagenes/logo.jpg) no-repeat;
}

#site_title_interno {
	float: left;
	width: 720px;
	height: 150px;
	margin-right: -20px;
	padding-bottom: 20px;
	background: url(../imagenes/logo_interno.jpg) no-repeat;
}

/* fin contenido */

/* footer */

#footer {
	clear: both;
	overflow: hidden;
	width: 940px;
	padding: 10px 0px 0px 0px;  
	height: 30px;
	text-align: center;
	color: #ffffff;
	background: url(../imagenes/main_bg.jpg) repeat-x;	
}

#footer a {
	color: #ffffff;
}

#footer .footer_section {
	overflow: hidden;
	width: 300px;
	height: 90px;
}

.left_section {
	float: left;
	text-align: left;
}

.right_section {
	float: right;
	text-align: right;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0px;
	margin: 0px;
}

#footer .footer_list li a {
	color: #ffff00;
	text-decoration: none;
}

#footer .footer_list li a:hover {
	text-decoration: underline;
}
/* fin footer */
.button_01 a {
	clear: both;
	display: block;
	width: 210px;
	height: 22px;
	padding-top: 4px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.button_02 {
	clear: both;
	color: #ffffff;
	display: block;
	width: 642px;
	background:#0a86ce;
	height: 22px;
	padding-top: 4px;
	padding: 0 2px 0 2px;
	font-size: 12px;
	margin-top: 4px;
	text-decoration: none;
	text-align:center;
}


.button_02 a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.button_02 a:hover {
	color: #000000;
}

.button_01 a:hover {
	color: #000000;
}

.button {
	background: #0a86ce url(../imagenes/readmore.jpg) top right no-repeat;
}

.submitmail {
	color: #ffffff;
	background:#0a86ce;
	height: 22px;
	padding: 0 2px 0 2px;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	background:#0a86ce;
	border: none;
}

.submitmail:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


.campo1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 640px;
	padding: 3px;
	height: 18px;
	margin: 4px 0 0 0;
	border: 1px solid #069;
	color: #666;
}
.campo2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 312px;
	padding: 3px;
	height: 18px;
	margin: 4px 2px 0 0;
	border: 1px solid #069;
	color: #666;
}

.textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 640px;
	padding: 3px;
	height: 240px;
	margin: 4px 0 0 0;
	border: 1px solid #069;
	color: #666;
}
.textarea1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 640px;
	padding: 3px;
	height: 160px;
	margin: 4px 0 0 0;
	border: 1px solid #069;
	color: #666;
}
#comex ul{
	padding: 4px;
	margin: 8px;
}
#comex li{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-left:4px;
}

/* Easy Slider */
	img{border:none;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	background: white;
	margin:0;
	padding:0;
	list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:738px;
		height:171px;
		overflow:hidden; 
		}	
