body {
	margin: 0;
	padding: 0;
	background-image:url(../images/fondo_oscuro.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	font: normal small Arial, Helvetica, sans-serif;
	color:#FFFFCC;
}

img {
	margin:0;
	border:0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FF9900;
}

a img {
	color: #333333;
	border:0;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#contenedor {
	width:704px;
	background-color:#FFFFFF;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 704px;
	height: 62px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(../images/img01b.gif) no-repeat center bottom; border-color: #FF3333; color: #FF3333; }
#menu2 { background: url(../images/img02b.gif) no-repeat center bottom; border-color: #ffc600; color: #FF9900; }
#menu3 { background: url(../images/img03b.gif) no-repeat center bottom; border-color: #549EE9; color: #0066FF; }
#menu4 { background: url(../images/img04b.gif) no-repeat center bottom; border-color: #79aa07; color:#339900; }
#menu5 { background: url(../images/img05b.gif) no-repeat center bottom; border-color: #b316a2; color:#660066; }

#menu a:hover {
	color: #000000;
}

/* Logo */

#logo {
	width: 704px;
	height: 160px;
	margin: 0 auto;
	border-bottom: 10px solid #3333FF;
}



/* Content */

#content {
	width: 704px;
	margin: 0 auto;
	background-color:#000000;
	overflow:hidden;
}

.colA {
	width: 704px;
}

.colA h2 {
	height: 35px;
	margin: 25px 30px 5px 30px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.colA h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC;
	margin:15px 30px 20px 30px;
}

.colA p {
	font-size:1.1em;
	line-height: 2em;
	text-align: justify;
	padding:0px 30px;
}

.colA a, a:link{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}

.colA a:hover, a:visited{
	color:#FF3300;
	font-weight:bold;
	text-decoration:none;
}


/*Portfolio*/

.portfolioizq {
	width:200px;
	float:left;
	padding:0 22px 25px 30px;
}


.portfoliomedio {
	width:200px;
	float:left;
	padding:0 0 25px 0;
}

.portfolioder {
	width:200px;
	float:right;
	padding:0 30px 25px 0;
}

h4{
	background-color:#0D0D0D;
	text-align:center;
	font-size:0.8em;
}



/*.portfolio#izq img {
	width:200px;
	float:left;
	margin:0 22px 25px 30px;
}


.portfolio#medio img {
	width:200px;
	float:left;
	margin:0 0 25px 0;
}

.portfolio#der img {
	width:200px;
	float:right;
	margin:0 30px 25px 0;
}*/


/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(../images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(../images/img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.boxedB a:hover {
	background: #F7B8A0 url(../images/img09.gif) no-repeat;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(../images/img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(../images/img12.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedC a:hover {
	background: #A9CEF4 url(../images/img13.gif) no-repeat;
	color: #FFFFFF;
}

/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	background-color:#333333;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color:#FF9900;
	font-size:1.2em;
}

table {
	padding:5px;
	text-align:center;
/*	vertical-align:middle;*/
	/*border:1px solid #999999*/
}


/* BoxedA */

.boxedA {
	width:704px;
	padding:10px 20px 5px 15px;
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:10px;
}

.boxedA p {
	line-height: 2em;
	text-align: justify;
}

.boxedA .tip {
	font-size:11px;
	color:#CC0000;
	line-height:1.5em;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

.foto_der{
	float:right;
	margin:10px 0 5px 10px;
}

.foto_izq{
	float:left;
	margin:10px 0 5px 0;
}

blockquote{
	font-style:italic;
}