/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
        background-color: #ffffcc;
        text-align: auto;
        font: normal small Verdana, Arial, Helvetica, sans-serif;
        
}

.contenedor {
        width: 900px;
        margin: auto;
        text-align: left;
	background-color: #ffffff;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
        border-left: 10px solid #77c840;
        border-right: 10px solid #77c840;
}

.cabecera {
        background: #ffffff url(images/logo.jpg) no-repeat;
        color: black;
        padding:8%;
        font-family: Stencil, Stencil Bt;
       
}

.toolbar {
        background: #ffffff;border-top: 4px solid #e13a3a;
        color: black;
        padding:2%;
        font-family: Stencil, Stencil Bt;
}

.barralateral {
        width: 240px;
        padding: 15px;
        float: right;
        text-align: left;
        background-color: #ccffff;
        border-left: 1px solid darkred;
        font: Normal small Verdana, Arial, Helvetica, sans-serif;
       
}
        

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2f7b1a;
}

h2 {
	font-family: Stencil;
	margin-bottom: .5em;
	font-size: 3em;
	font-weight: normal;
	color: #2f7b1a;
}

h3 {
	margin-bottom: .5em;
	font:  Helvetica, sans-serif, bold small Verdana, Arial ;
	color: #000000;
}

p, blockquote, ol {
	margin-bottom: 1.4em;
	font-size: .32cm;
	line-height: 1.8em;
}

ul{
  	margin-bottom: 1.4em;
	font-size: .3cm;
	line-height: 1.3em;
}   

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B43939;
}

a:hover {
	text-decoration: underline;
	color: #ff9900;
}

a:visited {
text-decoration: none;
	color: #B43939;
}
img {
}

/* Content */

#content {
	width: 700px;
}

/* Content > Main */

#main {
	float: left;
	width: 550px;
	padding-left: 25px;
    padding-top: 10px;
}
#foto {
	width: 550px;
	float: left;
	padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
#fotos2 {
	float: right;
	width: 137px;
	height: 137px;
	padding: 0px;
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	border-bottom: 2px dotted #e13a3a;
}

/* Content > Main > Example */

#example {
        text-align: right;
        width: 500px;
        float: left;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 3px;
	border-bottom: 4px solid #D1BC5C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #D1BC5C;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #C29434;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #D1BC5C;
	background: #ffffff;
}

#footer p {
	margin: 0;
	color: #2f7b1a;
}

/* Footer > Legal */

#legal {
	font-family: Stencil;
	color: #2f7b1a;
	font-size: large;
}

/* Footer > Links */

#links {
	
}
