/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: georgia, verdana, arial;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.page_position
{
	position: relative; left: 220px; top: 20px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0px;
}

.menu
{
	//font-family: georgia, verdana, arial;
	font-size: 12px;
	color: #000000;
	width: 180px
}
.menu_position
{
	position: absolute; left: 20px; top: 25px;
}


.titular
{
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	align: left;
	position: relative;
	width: 750px;
	margin: 0px 0px 2px 0px;
	border: 0px;
	clear:both;
}

.descripcion
{
	font-weight: regular;
	font-size: 11px;
	line-height: 13px;
	align: left;
	position: relative;
	margin-bottom: 15px;
	border: 0px;
	clear:both;
	}

.picture
{
	position: relative;
	float: left;
	width: 650px;
	margin-bottom: 15px;
}

.fondo {
background-image: url(../pictures/elisapereza.gif);
	background-repeat: no-repeat;
	position: absolute top: 100px left: 200px;

}


/*
a
{
	color: #ec008c;
}

ul
{
	margin: 0;
	padding: 0;
}

li 
{
	list-style-type: none;
}

.background
{
	background-image: url(../background/bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.menu
{
	//font-family: georgia, verdana, arial;
	font-size: 12px;
	color: #000000;
	width: 200px;
}

.menu_position
{
	position: relative;
}

.page_position
{
	position: relative;
	margin-top: 20px;
	width: 920px;
}

.text_width
{
	position: relative;
	float: left;
	width: 450px;
}

.portfolio_text
{
	position: relative;
	float: left;
	width: 910px;
	margin-bottom: 25px;
}

.portfolio_text_left
{
	position: relative;
	float: left;
	width: 450px;
}

.portfolio_text_right
{
	position: relative;
	float: right;
	width: 450px;
}

.picture
{
	position: relative;
	float: left;
	width: 450px;
	margin-bottom: 10px;
	//margin-right: 10px;
}

#pictures_left
{
	position: relative;
	float: left;
	width: 460px;
}

#pictures_right
{
	position: relative;
	float: right;
	width: 460px;
}

.history_year
{
	padding-right: 10px;
	vertical-align: top;
}

.history_title
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.history_info
{
	width: 500px;
}

.line
{
	height: 11px;
	width: 100%;
	background-image: url(../graphic/line.gif);
	background-repeat: repeat-x;
}

form
{
	margin: 0px;
	padding: 0px;
}

.input
{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	width: 400px;
	height: 15px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 2px;
	padding-top : 2px;
}

.textarea
{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	width: 400px;
	height: 200px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 2px;
	padding-top : 2px;
	overflow: auto;
}

.admin_table
{
	padding-right: 10px;
}

.admin_table_title
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.gray
{
	background-color: #ededed;
}

.white
{
	background-color: #ffffff;
}
*/