

*{
	margin:0px auto auto auto;
	}
		
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
	
}
h1{
	font-size:16px;
	color:black;
	text-align:center;
	font-family:Trebuchet MS, Geneva, sans-serif;

}
h2{
	font-size:18px;
	color:#000000;
	font-family: Trebuchet MS, Geneva, sans-serif;
}

body {
	margin:0;
	padding:0;
background: #82b1e6; /* Old browsers */
background: -moz-linear-gradient(top,  #82b1e6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82b1e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #82b1e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #82b1e6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #82b1e6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top,  #82b1e6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b1e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
html { padding:0; margin:0;}

.main {
	width: 1024px;
	min-width: 1024px;
	background-color: rgb(0,41,81);
	box-shadow: 0px 0px 17px #000;
	border-radius: 22px;
	margin: auto;
}
.resize { width:1024px; padding:0; margin:0 auto;}
/********** header **********/
.header_resize {
    margin: auto;
    background-color: rgb(157, 21, 55);
    width: 1024px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #000;
    height: 210px;
}
.header {
    width: 1024px;
    border-radius: 10px;
    height: 210px;
}
.header_blog {
	padding:20px 0 0 0;
	margin:auto;
	height:400px;
	background-color: #FFF;
	width: 1024px;
	border-radius: 10px 10px 0px 0px;
}
#menusiderbar{
	float:left;
	margin:auto;
	width:30%;}
.header_blog2 { background: url(images/header_bglog2_bg.gif) top center repeat-x; padding:20px 0 0 0; margin:0; height:105px;}
.header_blog2 h2 { width:350px; float:left; font: bold 36px Arial, Helvetica, sans-serif; color:#292929; padding:10px 0 0 15px; margin:0;}
.header_blog2 p { font: normal 14px Trebuchet MS, Helvetica, sans-serif; color:#6d6d6d; padding:10px 0 0 0; margin:0; width:300px; float:right;}
.header_blog h2 { font: normal 14px Trebuchet MS, Helvetica, sans-serif; color:#1d1d1d; padding:10px 0 0 0; margin:0;}
.header_blog p { font: normal 14px Trebuchet MS, Helvetica, sans-serif; color:#fff; padding:0 0 30px 0; margin:0;}
/* logo */
.logo {
	margin:auto;
	width:1024px;
}
/*menu*/
.menu {
	width: 10%;
	margin: 0;
	float: right;
}
.menu ul { border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: right;  padding:0; margin:0; list-style:none; float:right;
    height: 45px;
}
.menu ul li {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    float:left;
	margin:0;
	padding:0 5px;
	height: 41px;
}
.menu ul li a { float:left; margin:0; padding:12px 0; color:#fffefe; font:normal 14px Trebuchet MS, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
.menu ul li a span { padding:12px 9px; background:none;}
.menu ul li a:hover {
	background: url(images/r_menu.gif) no-repeat right;
}
.menu ul li a:hover span {   background:url(images/l_menu.gif) no-repeat left;}
.menu ul li a.active {  background:url(images/r_menu.gif) no-repeat right;
    width: 55px;
}
.menu ul li a.active span {   background:url(images/l_menu.gif) no-repeat left;}


/*menu izq*/
.menu2 {
	width: 28%;
	padding: 0;
	margin: 0;
	float: left;
	height: 45px;
}
.menu2 ul { border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;  padding:0; margin:0; list-style:none; float:left;
    height: 41px;
}
.menu2 ul li {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    float:left;
	margin:0;
	padding:0 5px;
	width: 250px;
    height: 40px;
}
.menu2 ul li a { float:left; margin:0; padding:12px 0; color:#fffefe; font:normal 14px Trebuchet MS, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
.menu2 ul li a span { padding:12px 9px; background:none;}
.menu2 ul li a:hover {
	background: url(images/fondo2.png) no-repeat right;
}
.menu2 ul li a:hover span {   background:url(images/l_menu.gif) no-repeat left;}
.menu2 ul li a.active {  background:url(images/r_menu.gif) no-repeat right;}
.menu2 ul li a.active span {   background:url(images/l_menu.gif) no-repeat left;}
/* body */
.body_resize  {
	padding:auto;
	width:72%;
	margin: auto;
	}
.body {
	padding:auto;
	margin:auto;
	width: 73%;
	float: right;
}
.body h2 {
	font:Bold 22px Trebuchet MS, Helvetica, sans-serif;
	color:#171717;
	padding:10px 5px 20px 5px;
	margin:0;
	text-align: center;
}
.body p {
	color:#000000;
	line-height:1.8em;
	padding:auto;
	margin:auto;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
       
}
.body b {
	
	font-size:14px;
	color:black;
	text-align:justify;
	font-family:Trebuchet MS, Geneva, sans-serif;
	
}
.body p span { color:#247ca4; font: normal 14px Trebuchet MS, Helvetica, sans-serif; line-height:1.8em; padding:5px 0; margin:0;}
.body a {
	color:#002951;
	text-decoration:none;
	font: bold 14px Trebuchet MS, Helvetica, sans-serif;
}
.body img {
	margin:auto;
	padding:0;
}
.body img.floated { float:left; margin:10px 10px; padding:0;}
.full { margin:0; padding:10px;}
.right {
	width:100%;
	margin:0;
	padding:23px 10px 0px 0px;
	float:left;
}
.left {
    width: 100%;
    float: right;
    height: 100%;
    background-color: White;
}
.left .textocontenido{
	font-size:14px;
	color:#000;
	text-align:justify;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
    height: auto;
}
.left .textocontenido span{
	font-family: Trebuchet MS, Geneva, sans-serif;
	color: #000;
	text-align: center;
	font-size: 14px;
}
.blog_port { width:281px; margin:0 5px; padding:15px 10px; float:left; border:1px solid #ddd; background:#fefefe;}
.blog_port img { margin:0; padding:0 5px 10px 5px; float:none;}
.butons { width:50px; margin:10px auto; padding:0;}
/*.body_bottom */
.body_bottom {
	margin:auto auto auto 0px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	float: right;
    height: 313px;
}
.body_bottom .block {
	width:230px;
	float:left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 15px auto auto auto;
    height: 268px;
}
.body_bottom h2 {
	font: normal 20px Trebuchet MS, Helvetica, sans-serif;
	color:#171717;
	padding:15px 10px;
	margin:auto;
}
.body_bottom h2 span { font: normal 11px Trebuchet MS, Helvetica, sans-serif; color:#247ca4;}
.body_bottom p {
	font: normal 14px Trebuchet MS, Helvetica, sans-serif;
	color:#000000;
	padding:10px 5px;
	margin:0;
	line-height:1.8em;
}
.body_bottom img {
	padding:0;
	margin: auto;
	float: left;
}
.body_bottom_resize {
	width:1202px;
	padding:0;
	margin:auto;
}
.footer {
	margin:auto;
	background-color: rgb(101,28,50);
	background-image: url(images/footer.jpg);
	width: 1024px;
	height: 96px;
	clear:both;
}
.footer_resize {
	width:1024px;
	margin:auto;
	height: 96px;
}
.footer p {
	color:#FFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer a {
	color:#FFF;
	text-decoration:none;
	padding:5px;
	margin:0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footer img{
	display:inherit;
    
    list-style:none;
}
.footer p.right {
	text-align:right;
	width:31%;
	margin:0px auto auto auto;
	float:right;
	height: 22px;
    background-color: #651C32;
} 
.footer p.leftt {
	text-align:left;
	width:27%;
	float:left;
	color: #FFF;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
    height: 46px;
    background-color: #651C32;
}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg {
	float:right;
	clear:both;
	border-top:3px solid #e2e2e2;
	width:100%;
	padding:0;
	margin:auto;
	background:none;
	line-height:0;
}

/* Slider */
.main .slider {
	font-family: Trebuchet MS;
	margin:auto;
	width: 1024px;
	height: auto;
}
div#slideshow1 {
    float: left;
    width: 100%;
    height: 210px;
    margin: auto;
    font-size: 14px;
    overflow-y: hidden;
}
.slider-item1 {

	width: 100% !important;
	height: 260px;
}
.slider_content_inner img { border: none; }
div#slideshow {
	margin: 10px 30px;
    float: right;
	width: 677px;
	height: 486px;
	font-size:14px;
}
.slider-item {
	width: 100% !important;
	height: 468px;
	margin: 28px auto auto auto;
}
.slider_content_inner img { border: none; }
.controls-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
#slider_controls {
	position: relative;
	z-index: 1000;
	width:33%;
	height:23px;
	float: right;
}
#slider_controls ul { margin:0 auto; padding:2px 23px 2px 0; width:54px;}
#slider_controls ul li { margin: 0; padding: 0; list-style: none; }
#slider_controls ul li { float: left; display: block; }
#slider_controls ul li a { width: 10px; height: 10px; background:url('images/tabs_2.gif') no-repeat center center; display: block; float: left; padding:2px; margin:2px !important; margin:1px 1px; outline: none; }
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide { background:url('images/tabs_1.gif') no-repeat center center; }

.slider .sidebar {
	margin:auto;
	padding:auto;
	float:left;
	width:25%;
	background-color: #002951;
	box-shadow: 0px 0px 5px #000;
	height: 100%;
}
.slider .sidebar .gadget {
	margin:0 0 10px 0;
	padding:10px;
}
ul.sb_menu, ul.ex_menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul.sb_menu li, ul.ex_menu li {
	margin:0;
	background:left no-repeat;
}
ul.sb_menu li {
	padding:4px 0 4px 12px;
	width:220px;
}
ul.ex_menu li {
	padding:4px 0 8px 12px;
}
ul.sb_menu li a, ul.ex_menu li a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	margin-left:-12px;
	padding-left:12px;
	display:block;

}
ul.sb_menu li a:hover, ul.ex_menu li a:hover {
	color:#2cadff;
	text-decoration:underline;
	font-size: 14px;
}
ul.ex_menu li a:hover {
	text-decoration:none;
}
#Todo{
	width:auto;
	padding:0;
	margin:0;}

.main .slider .body .body_resize .left .textocontenido ul li {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;

}

#Todo .main .slider .left .textocontenido h2 font {
	font-size: 18px;
	color: #000000;
	text-align: center;
}
#secretario {
	font-size: 16px;
	color: #000;
	text-align: center;
}
#titulo {
	font-size: 36px;
	text-align: center;
}
#Todo .main .slider .left .textocontenido p {
	font-size: 14px;
	color: #000;
	text-align: justify;
	height:auto;
}
#parrafo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 2;
}

#sub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.main #slideshow .slider-item p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.main .left .textocontenido h2 {
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
.main .left .textocontenido p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	margin: 0 50px;
}
div#face
{
    float:left;
    padding-top: 18px;
    }
    div#separador
    {
        background-image: url(images/separador.jpg);
        clear:both;
        height: 30px;
        width: 500px;
        margin:auto;
        }
        #imcdere
{
    margin: 10px 15px 10px 15px;
    padding: 20px;
    
}

.presentacionimc
        {
            font-family:Trebuchet MS;
            font-size: 1em;
            font-style:normal;
            
        }