@charset "utf-8";
/* CSS Document */

body {background-color:white; center 0 no-repeat #000; font:14px Arial, Helvetica, sans-serif;}

* {
	margin:0px;
	padding:0px;
	border:0px;
}

p {text-align:justify;}

h1{ font-size:25px; color:black; line-height:1.2em;  letter-spacing:-1px; font-weight:400; margin-left:-2px;}
h2{ font-size:40px; color:#7532a9; line-height:1.2em; padding:20px 0 14px 0; letter-spacing:-3px; font-weight:400; margin-left:-2px;}
h2#welcom{ font-size:30px; line-height:1.2em; padding:0px 0px 9px 10px; letter-spacing:-1px; margin-left:-10px;}
h2 strong{ font-weight:700; color:#7532a9;}
h3{ font-size:25px; line-height:1.2em; color:white;  padding:0 0 0 0; font-weight:400; letter-spacing:-1px; background-color:#7532a9; margin-left:-2px;}
h4{ font-size:18px; color:black; line-height:1.3em; font-weight:400; letter-spacing:0px; padding:20px 0 14px 0;}
h4#colores{ font-weight:400; color:green;}
h5{ font-size:18px; color:green; line-height:1.3em; font-weight:400; letter-spacing:0px; padding:20px 0 14px 0;}

h6{ font-size:18px; color:#BDBDBD; line-height:1.3em; font-weight:400; letter-spacing:0px; padding:20px 0 14px 0;margin-top:-10px;}

h7{ font-size:14px; color:#BDBDBD; line-height:1.3em; font-weight:400; letter-spacing:0px; padding:20px 0 14px 0;margin-top:-10px;}

.global {margin: 0 auto;	width: 960px;}

.cabecera {
	background-image:url(../imagenes/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:145px;
	width:960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clip: rect(auto,auto,auto,auto);
}


.link2{ color:blue; text-decoration: underline}
.link2:hover{ text-decoration:underline}


header{	height:195px; }

	
#menu { width:960px; overflow:hidden; background:url(../imagenes/menu_line.png) 0 0 no-repeat}
#menu > li { float:left; list-style:none; padding-right:2px; background:url(../imagenes/menu_line.png) right 0 no-repeat}
#menu > li > a{ display:block; width:158px; font-size:22px; color:#7f7f7f; text-decoration:none; text-align:center; height:60px; line-height:60px; letter-spacing:-1px;}
#menu > li > a:hover, #menu > .active > a{ background:url(../imagenes/menu_active.gif) top repeat-x; color:#fff}


#submenu { width:960px; overflow:hidden; background:url(../imagenes/menu_line.png) 0 0 no-repeat}
#submenu > li { float:left; list-style:none; padding-right:2px; background:url(../imagenes/menu_line.png) right 0 no-repeat}
#submenu > li > a{ display:block; width:158px; font-size:16px; color:#7f7f7f; text-decoration:none; text-align:center; height:60px; line-height:60px; letter-spacing:-1px;}
#submenu > li > a:hover, #menu > .active > a{ background:url(../imagenes/menu_active.gif) top repeat-x; color:#fff}

	
#contenido {background-color:white;width:960px; float:left;}
	#contenido p {padding:5px 10px 5px 10px;text-indent:0px;}
	
#columnaizquierda {background-color:white;width:455px; float:left;padding:10px 10px 10px 10px;}	
	#columnaizquierda p {padding:10px 10px 10px 100px;color:white; text-indent:0px; font-size:1.1em;}

#columnaderecha {background-color:white;width:455px; float:right;padding:10px 10px 10px 10px;}
	
.dropcap_1{ float:left; margin-top:-4px; width:70px; height:70px; background:url(../imagenes/bg_dropcap.png) 0 0 no-repeat; margin-right:30px; font-size:34px; color:#fff; line-height:1.2em; text-align:center; font-weight:bold; letter-spacing:0px; padding-top:15px;}
.dropcap_1 span{ display:block; font-size:19px; line-height:1.2em; font-weight:400; letter-spacing:-1px; margin-top:-11px}

.dropcap_2{ float:left; margin-top:-4px; width:75px; height:75px; background:url(../imagenes/bg_dropcap2.png) 0 0 no-repeat; margin-right:7px; font-size:20px; color:#E3CEF6; line-height:1.4em; text-align:center; font-weight:normal; letter-spacing:0px; padding-top:15px;}
.dropcap_2 span{ display:block; font-size:20px; line-height:1.4em; font-weight:400; letter-spacing:-1px; margin-top:-11px}

#gallery1{ height: 225px !important; margin-left:-7px;}
#gallery1 li{ overflow:inherit !important; }

.color1{ color:white}
	
#pie {background-color: white; color:black; width:960px; border:black 1px solid}

	
.rs-slideshow {
    border: 12px solid #444;
    height: 240px;
    margin: auto auto;
    overflow: hidden;
    position: relative;
    width: 620px;
}
 
.rs-slideshow .slide-container {
    background-color: #444;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}
