﻿
h1
{
    font-size: large;
    font-weight: bold;
}

h2
{
	font-weight: bold;
	font-size: small;
}

h3
{
	font-weight: bold;
	color: #11395D;
	text-align: center;
}

h4
{
	font-style: italic;
	color: #11395D;
	text-align: center;
}

a {
	color: #0000FF;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000FF;

}



.MenuItem
{
	border-right-style: solid;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	height: 24px;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

.MenuItem:hover
{
}

.MenuItem a
{
	color: #FFFFFF;
	text-decoration: none;
}

.MenuItem a:hover
{
	color: #999999;
	text-decoration: none;
}


.MenuItemLateral
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(../Resources/FondoMenuLateral.png);
	height: 24px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 3px;
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
}

.MenuItemLateral:hover
{
	background-image: url(../Resources/FondoMenuLateralOver.png);
}

.MenuItemLateral a
{
    color: #666666;
    text-decoration: none;
}
.MenuItemLateral a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}



body
{
	font-family: "Century Gothic", Arial, Verdana, Tahoma;
	font-size: small;
	color: #333333;
	margin: 0px;
}

.DivPrincipal
{
    background-color: #FFFFFF;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.Logo
{
    width: 300px;
    height: 100px;
    position: absolute;
}

.FlashPrincipal
{
    width: 800px;
    margin-bottom: 3px;
}

.BarraMenu
{
    width: 100%;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../Resources/FondoBarraMenu.png);
}

.MenuLateral
{
    float: left;
    width: 200px;
    height: 300px;
    padding-top: 2px;
}

.ContenidoPrincipal
{
	background-position: right;
	float: right;
	width: 565px;
	height: 100%;
	background-image: url(../Resources/FondoPrincipal560.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.ContenidoPrincipalTOP
{
	background-position: right;
	background-image: url(../Resources/FondoPrincipalTop560.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 600px;
	margin-top: 3px;
	float: right;
}

.ContenidoPrincipalBOTTOM
{
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
	float: right;
	background-image: url(../Resources/FondoPrincipalBottom560.png);
	width: 600px;
}


.ContenidoPrincipalSinMenu
{
    padding: 20px;
    width: 760px;
    background-image: url(../Resources/FondoMaster800.png);
    height: 100%;
}

.ContenidoPrincipalSinMenuTOP
{
    background-image: url(../Resources/FondoMasterTop800.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 10px;
    margin-top: 3px;
}

.ContenidoPrincipalSinMenuBOTTOM
{ 
    background-image: url(../Resources/FondoMasterBottom800.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 16px;

 }
 
 .TituloComunidadEducativa
{
    background-image: url(  '../Resources/FondoTituloCE.jpg' );
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #FFFFFF;
    font-size: large;
    font-weight: bolder;
}



.Boton
{
    background-image: url(../Resources/FondoMenuLateral.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    text-decoration: none;

}

.BotonCrearAlbum
{
    background-image: url('../Resources/btCrearAlbum.jpg');
    background-repeat: no-repeat;
}

.GalleryFotoChica
{
    margin: 2px;
    float: left;
    width: 70px;
}
.GalleryFotoGrande
{
	margin: 10px;
	text-align: center;
	height: 300px;
	background-image: url(../Resources/ProgressIndicator.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ProgressIndicator
{
    border: 1px solid #C0C0C0;
    padding: 15px;
    position: fixed;
    top: 30px;
    left: 30px;
}
.Contacto
{
}

.TablaContacto
{
    font-size: small;
    font-weight: bold;
}

.DivHimno
{
	background-image: url(../Resources/GaviotaFondo.jpg);
	background-repeat: repeat;
}


#Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 5px;
	border-top-color: #CCCCCC;
}

.FirmaSite
{
    width: 800px;
	height: 28px;
	clear: both;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.ImagenPortada
{
	width: 560px;
	overflow: hidden;
}

