/*
	ana rascovsky site
	valerialaura 2oo5/2oo6
	
	section css. uso en todas las secciones
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#666666;
	margin:0;
	padding:2px;
	text-align:center;
}
img {
	border:2px solid #FFFFFF;
	padding:0 15px 15px 0;
}
img .centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.spa {
	color:#000000;
}
.eng {
	color:#666666;
}
#container {
	text-align:left;
	margin:0;
	padding:0px;
	width:620px;
}
#top {
	color:#666666;
	text-align:left;
}
#top h1 {
	font-size: 13px;
	padding:0;
	margin:0;
}
#top h2 {
	font-size: 13px;
	font-weight:normal;
	padding:0;
	margin:0;
}
#rightmost {
	text-align:left;
	float:right;
	width:450px
}
#leftmost {
	text-align:left;
	float:right;
	width:450px
}
#center {
	/*display: table-cell;
    vertical-align: middle;*/
	padding:30px;
	clear:both;
	text-align:center;
	height:500px;
}
#bottom {
	color:#333333;
	font-size:24px;
	font-weight:bold;
	clear:both;
	text-align:center;
	height:30px;
}
.left {
	float:left;
	background:url(../imgs/flecha_izq.gif) no-repeat left bottom;
	width:20px;
}
.right {
	float:right;
	background:url(../imgs/flecha_der.gif) no-repeat right bottom;
	width:20px;
}
#bottom a {
	text-decoration:none;
	color:#333333;
}