body {
	margin: 20px 0 5px 0;
	padding: 0;
	background: #CECECE url(../images/background-escuela.jpg);
	font: normal small Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.1em;
	margin-top: 25px;
}

h4{
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
}

h5{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link, a:visited, a:active, a:hover {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p{
	text-align: justify;
	text-indent: 20px;
	margin: 10px 0;
}

p.expanded{
	line-height: 22px;
}

.sobreBajada{
	margin-bottom: 3px;
}
p.bajada{
	text-indent: 0px;
	font-weight: bold;
	padding-bottom: 0px;
}

ul{
	list-style: square;
}

hr{
	background: #b18c3e;
	color: #b18c3e;
	border: none;
	height: 2px;
}

.destacado{
	margin: 5px auto;
	padding-top: 15px;
	border: 5px solid #e2952c;
	background: #f0c645;
	width: 400px;
}

.destacado p{
	text-align: center;
	text-indent: 0;
	font-size: 15px;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/topescuela.jpg) 505px 5px no-repeat #cd794a;
	position: relative;
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	position: absolute;
	top: 55px;
	left: 93px;
	font-size: 3.1em;
}

#header h2 {
	position: absolute;
	top: 110px;
	left: 100px;
	font-size: 1.2em;
	color: #fbe1af;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #dfa74a url(../images/buttons_bg.jpg);
}

#menu ul.one, #menu ul.two{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li.one {
	display: block;
	float: left;
}

#menu a.one {
	display: block;
	float: left;
	height: 32px;
	line-height: 20px;
	padding: 9px 10px 0 10px;
	text-decoration: none;
	color: #614921;
}

#menu a.one:hover, #menu .active a.one {
	background: url(../images/buttons_bg_selected.jpg);
}

#menu ul.two{
	clear:both;
	position: absolute;
	background: #dfa74a;
	display: none;
	top: 0;
	left: 0;
}
#menu li.two{
	display: block;
	background: #dfa74a url(../images/buttons_bg.jpg);
}
#menu li.two:hover{
	background: #dfa74a url(../images/buttons_bg_selected.jpg);
}
#menu a.two, #menu a.two:hover, #menu a.two:visited, #menu a.two:link{
	color: #614921;
	display: block;
	height: 26px;
	line-height: 18px;
	padding: 9px 10px 0 10px;
	text-decoration: none;
	background: #dfa74a url(../images/buttons_bg.jpg);
	white-space: nowrap;
}
#menu a.two:hover{
	background: url(../images/buttons_bg_selected.jpg);
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #f1df9f;
}

#colOne {
	float: left;
	width: 173px;
	position: relative;
}

#colOne, #colTwo, #colTwo div.scroll{
	height: 520px;
}

#colOne img{
	width: 173px;
	height: 550px;				
}

#colOne p{
	position: absolute;
	display: block;
	width: 150;
	top: 3px;
	left: 10px;
	text-align: center;
	text-indent: 0;
	font-style: italic;
	font-size: 0.9em;
	line-height: 23px;
}

.colOneB {
	padding: 0;
}

#colTwo {
	float: left;
	width: 487px;
	padding: 10px 20px 20px 20px;
}

#colTwo.scroll {
	float: left;
	width: 497px;
	padding: 10px 10px 20px 20px;
}


#colTwoB {
	padding: 10px 20px 20px 20px;
}

/* Scrollbar */
.jScrollPaneDrag{
	background-color: #b48a3e;
}

.jScrollPaneTrack{
	background-color: #e1ac4e;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #614921;
}

/* Secciones */
.quienesSomos p{
	text-indent: 0;
}
.quienesSomos img{
	float: left;
	margin: 0 15px 0px 0;
}

/* forms */
.texto{
	border: 1px solid #e2952c;
	font: normal small Arial, Helvetica, sans-serif;
}
.boton{
	border: 1px solid #e2952c;
	background: #e2952c;
	font: normal small Arial, Helvetica, sans-serif;
}
label.error{
	color: red;
	margin-left: 5px;
}

