/* CSS Document */

body{ background-image:url(../img/bg1.jpg); background-position:top left; background-repeat:no-repeat; font-family:Arial, Verdana, sans-serif; font-size:12px; color:#333333; line-height:18px; margin:0;}

#logo{width:100%; height:180px; background-image:url(../img/logo.png); background-position:left; background-repeat:no-repeat;}

#content{width:500px; padding-left:50px; padding-top:60px;}


h1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: lighter;
	text-align: left;
	font-size: 14px;
	padding: 0;
	margin: 0; margin-bottom:20px;
	color:#000; padding-left:8px;
	border-left: solid 4px #000;
	
}

img.foto {
border: 1px solid #000;
background: url("ajax-loader.gif") no-repeat center center;
}

.am{
    width:100%; float:right; height:22px;
	background-image:url(../img/amm.png); background-position:right; background-repeat:no-repeat;
	}

.copyright{font-size:75%;}

a.enlaces:link { font-size:9px; text-decoration:none; color: #ffffff; background: #000; border:#FFFFFF 1px solid; padding:2px;}
a.enlaces:visited {font-size:9px; text-decoration:none; color:#999999; border:#ccc 1px solid;padding:2px;}
a.enlaces:active {font-size:9px; text-decoration:none; color: #003399; background: #000; border:#FFFFFF 1px solid;padding:2px;}
a.enlaces:hover {font-size:9px; text-decoration:none; color: #000; background: #fff; border:#000 1px solid; padding:2px;}
