/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
		}



															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;									/** Margen de arriba de la ventana **/
	}
	div#header {
		color: inherit;
		background-color: transparent;
		height:150px;									/** Alto de la cabecera **/
		border-width: 0 2px 2px 0;
		
		}
		div#header-in {
			padding: 20px;
			font: oblique bold 500% cursive;
			text-align: center;			/** Espacio entre la letra y el final de la cabecera **/
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #E68ABD;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			/**background:transparent url(../images/rectangulo.png);**/
			height: 398px;
			}
			div.column-in {
				padding: 10px;
				}
	div#footer {
		color: inherit;
		background-color: transparent;
		border-top: 2px solid #FF009B;
		border-bottom: 2px solid #CC007A;
		height: 75px;
		margin-top: 20px;
		
		}
		div#footer-in {
			padding-top:10px;
			clear:both;
			margin-bottom:25px;
			margin-left:45px;
			padding-bottom:0px !important;
			width:900px;
			color: #FFFFFF;
			text-align: center;
			}
			

/**ENLACES**/

a.link-type { 
	color: #FF009B;
	text-decoration: none;
		}
a:hover.link-type{
	color: #FF0019;
		}

.title-section {
	text-align: center;
	margin-left: -10px;
		}

.section{
	padding-left: 15px;
		}
a.blind {
	width:50px;
	height:50px;
	display:block;
		}
		
/** EJEMPLO BOTONES MENU IZQUIERDO **/

#bottons li a {
	display:block;
	width: 90%;
	padding:4px;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#EF0090;
	border-left:10px solid #EF60B6;  
}
#bottons li a:hover {
	color:#5E1466;
	background-color:#A524B3;
	border-left-color:#DD30EF; 
}

#images {
	float:left;
}

#text {
	float:left;
}

#separator {
	display:block;
	border-bottom:3px solid #EF1899;
}

div#qTip {
padding: 3px;
border: 1px solid #D192D1;
border-top:3px solid #994885;
border-right-width: 2px;
border-bottom-width: 2px;
display: none;
background-color: #FEFDF5;
color: #990F99; 
font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: center;
position: absolute;
z-index: 1500;
-moz-opacity: .85;
opacity: .85;
filter: alpha(opacity=90);
min-width:120px;
}

p#intro {
border-bottom:3px solid #EF1899;
padding-bottom:10px;
}

a#path{
border-bottom:3px solid #EF1899;
padding-bottom:5px;
display:block;
}
/* MENU IZQ IMAGENES =============================================================== */
a#utena {
	background:url(utenagri.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#utena:hover {
	background:url(utenanor.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#anthy {
	background:url(anthygri.htm) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#anthy:hover {
	background:url(anthynor.htm) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#akio {
	background:url(akiogris.htm) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#akio:hover {
	background:url(akionorm.htm) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#toga {
	background:url(togagris.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#toga:hover {
	background:url(toganorm.png)top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#kyoichi {
	background:url(kyoichig.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#kyoichi:hover {
	background:url(kyoichin.png)top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#jury {
	background:url(jurygris.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#jury:hover {
	background:url(jurynorm.png)top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

a#miki {
	background:url(mikigris.png) top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}
a#miki:hover {
	background:url(mikinorm.png)top left no-repeat;
	width:180px;
	height:35px;
	padding:4px;
	display:block;
}

/* FIN MENU IZQ IMAGENES =============================================================*/


.fotoiz {
	float:left;
	margin: 0 15px 10px 0;	
}

.colocar {
	float:left;
	margin: 0 15px 10px 0;
}
.imagen {
	width:220px;
	height:280px;
	border:2px;
}
.spliter {
	border-bottom:3px solid #EF1899;
	padding-bottom:5px;
	display:block;
}



											/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
