@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: .8em;
}
a { color:#333333; }
a:hover { color:#FFFFFF; }
/*a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}*/
a:hover img  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.4;
}
a img:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#wrap {
	margin: 3% auto 20px;
	width: 800px;
	height: 540px;
	min-height: 520px;
	background-color: #938c8d;
}

#header { 
	background-color: #000;
	height: 30px;
}
#header h1, #header h2 { display: none; padding: 0; margin: 0;}
#header #header-portal {
	float: left;
	background: url(../imagenes/encabezado_cecilia-portal.png) no-repeat;
	height: 30px;
	width: 180px;
}
#header #header-title {
	float: right;
	background: url(../imagenes/encabezado_fotografia.png) no-repeat;
	height: 30px;
	width: 285px;
/*	margin-right:140px;*/
}
#sidebar {
	float: left;
	width: 180px;
	height: 480px;
}
#sidebar #page-title { text-align: center; margin-top: 10px; margin-bottom: 10px;}
#page-title .sidebar-button { margin-top: 10px; 
	
}

#main {
	padding:0;
	margin: 0px 40px 0px 175px;
}

#main p,  #artista p, #resume p  {
	text-align:justify;
	margin: 0;
	margin-top: .5em;
}
#main .about-spa, #main .about-eng { padding-top: 10px; }
#main .about-spa, #artista .about-spa  {
	float: left;
	width: 255px;
	margin-right: 20px;
	padding-left: 20px;
}
#main .about-eng, #artista .about-eng {
	float: right;
	color: #dadada;
	width: 265px;
}
#main .about-eng a, #main .about-spa a { color: #333333; }
#main .about-eng a:hover, #main .about-spa a:hover {color:#D6D6D6; text-decoration: none;}

#artista {
	background: url(../imagenes/cportal_bg-photo.jpg) no-repeat right bottom;
	height: 510px;
	width:800px;
}
#container {width:800px;margin: 3% auto 20px;}
#resume {
	background-color:#FFFFFF;
	color:#000000;
	width:800px;
}
#resume h1  { font-variant: small-caps;}
#resume h2 {
	border-bottom: dashed 1px #999999;
	color: #666666;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 1.5em 0 .25em;
}
#resume a:hover {color:#999999;}
#text { padding:12px 24px 6px; }
#text  p {
	text-align:justify;
	margin: 0;
	margin-top: .5em;
}
#photo-icons {
	width: 95px;
	margin: 10px auto auto;
	text-align: center;
}
#photo-icons img { margin: 2px;}
#photo-icons img.thumbright { margin-left: 8px;}

#photo-icons a {text-decoration: none;}

.opacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.4;
}
.opacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
#photo-show {
	text-align:center;
	margin-top: 40px;
	margin-left:70px;
}

img.portfolio-cover { text-align:center; margin: 0 auto; margin-left:50px;}

dl { margin-top: 4px;}
dt { font-weight: bold; }
dd { margin-bottom: 6px;}
.title {
	font-weight:bold;
	color:#666666;
	font-variant: small-caps;
	font-size: larger;
}

#footer, #navlinks {
	font-size: 12px;
	color: #666666;
	font-family: "Arial", Verdana, Helvetica, sans-serif !important;
}
#footer {text-align: center;clear: both;}
#footer a, #navlinks a {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
#footer a span, #navlinks a span  {	color:#666;
}
#footer a:hover, #navlinks a:hover { color: #FFF;}
#footer a:hover span, #navlinks a:hover span  { color: #FFF;}

p.credit, p.credit a  {font-size: 10px; font-weight:normal !important; margin-top:30px;}

