* {
	margin: 0;
	padding: 0;
}

body {

	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #666666;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 197%;
	margin-bottom: 20px;
	text-decoration:underline #0099FF;
}

h2 {
	font-size: 152%;
	margin-bottom: 15px;
}

h3 {
	font-size: 100%;
	color:#666666;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	text-decoration: none;
		font-weight:bold;
	color: #1953A7;
}

a:active {
	text-decoration: none;
		font-weight:bold;
	color: #ED5C0C;
}

a:visited {
	text-decoration: none;
		font-weight:bold;
	color:#333333;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #999999;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#log {
	width:770px;
	height: 20px;
	margin-left:200px;;

}

/* Menu */

#menu {

	width: 770px;
	height: 25px;
	margin: auto;
	padding-top:25px;
	/*border-right: 1px solid #EDEBD5;*/
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width:109px;
	height: 25px;
	padding: 0px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #328ECD;
	color: #FFFFFF;
}

/* Header */


#header {
	width: 770px;
	height: 173px;
	margin: 0 auto;
        background: url(/images/loading.gif) center no-repeat;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}



#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align:justify;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}


#fotos{
	float: right;
	width: 300px;
	height: 400px;
	padding: 1px 5px 0 0;
}

#datos{
	float:top;
	height:310px;
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 2px;
	background: #fff;
	color:#CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
margin-top:1px;
	background:url(images/img5.jpg);
	
}

.bluebox h2 {
/*	background:url(intro/img05.jpg) repeat-y;*//
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #FFFFFF url(images/footer.jpg) no-repeat bottom center;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#menuadmin li {
	display: inline;
}

#name {
float: bottom;
}

#fotima img {
max-width: 100px;
}



/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

