@charset "UTF-8"; /* CSS Document


	kalidoscopio diseño
	www.kalidoscopio.com.ar
	estudio@kalidoscopio.com.ar
	

	*/

* {margin:0px; padding:0px; border:none;}
ul									{ list-style: square outside; margin:10px; margin-left:25px; }
ol									{ list-style: decimal outside; }

body {
	font-family:"Lucida Sans", "Lucida Grande CE", "Lucida Sans Unicode", "Calibri";
	font-size:12px;
	line-height:17px;
	color: #444;
	/*background:#d8d7d5;*/
}
#contenedor {
	background:#FFFFFF;
	width:660px;
	margin:auto;
	margin-top:25px;
}
a {
	color:#1bc1f1;
	text-decoration:none;
}
a:hover {
	color:#3BEDFF;
}


/* Areas */

#cabecera {
	background:url(linea_docs.png) center bottom no-repeat;
	padding:25px 12px 25px 55px;
}

#texto {
	margin: 20px 80px 70px 90px;
	clear:both;
}

#copyright {
	padding: 15px 0px 30px 0px;
	text-align:center;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	
	background:url(linea_docs.png) center top no-repeat;
}


/* Clases */


h1 {
	color:#1bc1f1;
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
}
h2 {
	font-weight:bold;
	margin-top:17px;
	font-weight:bold;
	font-size:12px;
}
.copete{
	font-style:italic;
	padding-left:20px;
	color:#00526f;
	margin-bottom:20px;
}
.chico{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
#botones{
	float:right;
	width:125px;
}
