@charset "iso-8859-1";
/* CSS Document */

/*####################################################################
Name: Benjamina Flores 
Date: 2008-03
Description: Sitio Institucional.
Author: PARADOGMA
URL: http://www.paradogma.com.ar
######################################################################*/

/*--------------------------------------------------------------------*/
/*					GENERAL								*/
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font: normal 100% "Tahoma",sans-serif;
	color: #666;
}

img {
	border:0;
}

h5 {font: normal 1.5em sans-serif;}

p {font-size: .8em;}

a {text-decoration:none;}

.clearer {clear: both;}

/*----------------------------------------------------------------
					   CONTENIDO
----------------------------------------------------------------*/
#div-base {
	position:absolute;
	width:950px;
	height:600px;
	margin:-275px 0 0 -475px;
	left:50%;
	top:50%;
}

#div-base img{
	vertical-align:middle;
	padding-right:15px;
}

#div-base p{
	padding-top:10px;
	font-size:0.7em;
}

/*----------------------------------------------------------------
						PIE
----------------------------------------------------------------*/

#pie {
	bottom:0px;
	width:950px;
	height:50px;
	text-align:center;
	font-size:1em;
}

#pie p, #pie a{
	color:#666;
	text-decoration:none;
}

#pie a:hover{
	color:#85C621;
	text-decoration:underline;
}