/* @override 
	http://www.accionalternativa.net/fileadmin/templates/css/trescolumnas.css
	http://accionalternativa/fileadmin/templates/css/trescolumnas.css
*/

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul li {
	list-style: none;
}

/* Apply left margin:
   Only to the few elements that need it: */

/* li, dd, blockquote { margin-left: 1em; }*/

/* Miscellaneous conveniences: */

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Arregla los borders punteados en firefox */

a {
	outline: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

/* =================================================== */

#center-in div.csc-textpic-text ol, #center-in div.csc-textpic-text ol ul, #center-in div.csc-textpic-text ul {
	margin: 0 30px 15px 30px;
	position: relative;
	float: left;
	display: block;
}

div.csc-textpic-text ul li {
        list-style-type: disc;
}

/*ol ul li, ul ul li {
	list-style-type: disc;
}*/

#header-wrap {
	position: relative;
	background: #F89300 url('../img/flor.gif') 100% 0% no-repeat;
	height: 140px;
	padding: 0px;
	min-width: 800px;
}

#header-wrap h1 {
	margin: 0;
}

#header-in {
	padding: 20px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 7px;
}

#rotulo {
	position: absolute;
	right: 10px;
}

#nav-top ul {
	width: 100%;
	background: #000 url('../img/nav-top.gif') 100% 100%;
	color: #fff;
	position: absolute;
	top: 110px;
	left: 0px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	height: 25px;
	padding-top: 5px;
	z-index: 10;
}

#nav-top ul li {
	display: inline;
	padding: 5px 0px 5px 15px;
}

#env-izq {
	top: 155px;
	width: 100%;
	position: absolute;
	background: transparent url('../img/fondo-izq.gif') repeat-y;
}

#env-der {
	position: relative;
	right: 0px;
	min-width: 800px;
	max-width: 1024px;
	height: 100%;
	background: url('../img/fondo-der.gif') right 100% repeat-y;
}

contenido {
	background-color: #eeebd2;
	min-width: 800px;
}

#ci, #cc, #cd {
	margin: 0px;
	padding: 0px;
}

#ci, #cd {
	width: 180px;
}

#ci {
	float: left;
}

#cd {
	float: right;
	margin-top: 20px;
}

#cc {
	margin: 0 180px;
	padding: 10px;
}

#center-in, #right-in {
	position: relative;
	padding: 20px;
}

#left-in {
	padding-top: 30px;
}

#left-in ul {
	margin: 0px;
}

#left-in ul ul {
	padding-top: 3px;
	margin-bottom: 6px;
	background-color: #480C0F;
}

#left-in li,
#nav-top li {
	margin-left: 0;
}

#cd .csc-textpic-center {
	margin-left: -10px;
	margin-bottom: 15px;
}

#cd div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image img {
	background-color: #fff;
	padding: 4px;
	border-width: 0;
	border-right: 2px solid #a6a5a5;
	border-bottom: 2px solid #a6a5a5;
}

#cd dd.csc-textpic-caption {
	margin-left: 4px;
	margin-right: -6px;
}

#cc dd.csc-textpic-caption, #cd dd.csc-textpic-caption {
	color: #444;
	font-size: 85%;
	font-weight: bold;
}

#footer-wrap {
	clear: both;
	background-color: #EEEBD2;
	text-align: center;
	height: 30px;
}

p.align-center {
	text-align: center;
}

/* Formulario */

form {
	position: relative;
	width: 360px;
	margin: 0 auto;
	border: 2px solid #ddd5a5;
	background-color: #eeebd2;
}


label {
	position: relative;
	left: 0;
	width: 190px;
	text-align: left;
	float: left;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

textarea, input {
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}

input.csc-mailform-submit {
	margin: 10px 0;
	border: 2px solid #787878;
	background-color: #ddd5a5;
}