/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
font-size: 14px;
font-family:"Century Gothic", Sans-Serif;
color:#008131;
padding:0px;
margin:0px;
background-image:url(../ima/fondo.jpg);
background-repeat:no-repeat;
background-position: 50% 100%;
}
a {color: #008131;text-decoration : none;}
a:visited {color:#008131;text-decoration : none;}
a:hover {color: #000000; text-decoration:underline;}
a:active { color:#008131;text-decoration : none;}

img {border:0px;}

h2 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px 0px 0px 0px }

h1 {
font-size:30px;
font-weight: normal;
padding: 5px 10px;
margin:25px 0px 25px 0px }

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 960px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
line-height:25px;

}

/* ----------banner for logo-------------- */
#banner {

text-align: right;
padding: 0px 0px 10px 0px;
margin: 0px;
}


/* -----------------content--------------------- */
#content {
float: right;
clear:right;
padding: 0px;
/*margin-left: 560px;*/
margin-right: 0px;
text-align: center; 
font-size: 11px;
background-image:url(../ima/derecho.jpg);
background-repeat:no-repeat;
background-position: 0px 265px;

}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 550px;/*560px;*/
margin: 0px;
padding: 0px;

}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; 
font-size: 10px;
}
/*Formulario*/
.campos_txt{
width: 400px;
margin-top: 4px;
background-color: #DEDFE1;
border: 0px;
}
.bloques_txt{
width: 400px;
margin-top: 4px;
background-color: #DEDFE1;
border: 0px;
}
.submitbutton{
margin-top: 25px;
width: 400px;
background-color: #DEDFE1;
margin-right:2px;
font-family: "Century Gothic", Verdana; 
}
.submitbutton:hover {
	background-color: #C4E2CF;
}

