/* CreaWriter*/

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background:#E8E8CE;
	text-align: center;	
	color: #333;/*8d8e90*/
	font-family:	'Lucida Grande',Geneva,Arial,Verdana,sans-serif,helvetica;
	font-size:14px;
	margin: 30px auto; 		/* para centrar el cuerpo en la ventana*/
	width: 800px;		
}


table, tr, th, td{
	margin:0px;
	border: 0px;
	font-size: 14px;
}
table{
	 text-align:left;
	 width: 710px;
	 border:1px; 
	 cellpadding:2px;
	 cellspacing:2px;
}
th{
	padding-top:5px;
	padding-bottom:5px;
}
tr{
	background-color: #EFEFEF;
}
td{
	padding-left:8px;
	padding-right:8px;
}

em{
	color: #999966;
	font-weight:bold;
}
a {
	color: #999966;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
h3, h4 {
	font-weight: normal;
}
h1 {

	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	margin:30px 0px 0px 0px;
	padding:0;
	padding-top:5px;
	color:#999966;
	margin-bottom:10px;
	text-align:left;
	
}
h2 {
	color: #606060;/*#333*/
	font-weight:bold;
	font-size: 13px;
	margin:0 0 5px 0 ;
}
#contenido_donation h2{
	color:#999966;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
	list-style:none;
}

p{
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}
.centrado{
	text-align:center;
}
p.centrado em{
	font-size:130%;
}
p.nota{
	font-size:11px;
	text-align:center;
}

dt{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color:#999966;
	font-size:15px;
	cursor:hand;
	cursor:pointer;
	margin-bottom:5px;
}
dd{
	margin-bottom:10px;
	margin-left:10px;
}


/* Layout */
#contenedor {
	text-align: left;
	background-color:#fff;
	width: 780px;
}
#cabecera{
	padding:0px;
	text-align: center;
	padding:20px 20px;
}

#contenido{
	clear: both;
	padding:0px 20px 0px 20px;
}
#contenido_donation{
	width:600px;
	clear: both;
	padding:0px 20px 0px 20px;
}
#contenido_donation p{
	padding-left:20px;
	padding-right:20px;
}

#follow{
	text-align:center;
	padding-left:20px;
}
#pie {
	clear: both;
	margin-top:0px;
	margin-bottom:5px;
	padding: 10px 20px 20px 20px;
	text-align: center;
	font-size: 10px;
}

form {
	text-align: center;
}



/*Otros*/
span{
	color: #999966;
}
#pie a{
	font-size:10px;
/*	color:#acc9e6;*/
}

/*Para las esquinas redondeadas */

/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.esq_azul{
	background-image: url('../img/esquina_azul_1280x18.jpg'); /* CHANGE: path and name of your image */
}
.inside_azul{
	border-left: 1px solid #117be9; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #117be9;/* YCC: color & properties of the right-borderline */
	background: #117be9;            /* YCC: background-color of the inside */
}
.esq_azul_vacia{
	background-image: url('../img/esquina_azul_vacia_1280x18.jpg'); /* CHANGE: path and name of your image */
}
.inside_azul_vacia{
	border-left: 1px solid #999966; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #999966;/* YCC: color & properties of the right-borderline */
	background: #fff;            /* YCC: background-color of the inside */
}
.esq_gris_vacia{
	background-image: url('../img/esquina_gris_vacia_1280x18.jpg'); /* CHANGE: path and name of your image */
}
.inside_gris_vacia{
	border-left: 1px solid #999966; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #999966;/* YCC: color & properties of the right-borderline */
	background: #fff;            /* YCC: background-color of the inside */
}
.esq_gris{
	background-image: url('../img/esquina_gris_1280x18.jpg'); /* CHANGE: path and name of your image */
}
.inside_gris{
	border-left: 1px solid #8d8e90; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #8d8e90;/* YCC: color & properties of the right-borderline */
	background: #8d8e90;            /* YCC: background-color of the inside */
}

.top-left, .top-right, .bottom-left, .bottom-right { 
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
/*	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */

.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */