@charset "utf-8";
.linkMenosArmas {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}

* {
padding: 0;
margin: 0;
} 

body {
	margin:0;
	padding: 0;
	color: #333;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
	background-color: #1200CB;
	background-image: url(../imagenes/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color: #1D00AE;
	text-decoration: none;
}
a:hover {
color: #666;
}

#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
}
#header h1 {
	display: none;
}


#menu {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	text-align: center;
	background-color: #FFFFD5;
	background-image: url(../imagenes/menu.gif);
	background-repeat: no-repeat;
}
#menu li
{
	display: inline;
	list-style-type: none;










	padding-right: 0
.px;
	padding-right: 4px;
	padding-left: 4px;
}
#menu li a {
	color: #2000C2;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
}
#menu li a:hover {
	color : #0099FF;
}

#content {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


.left {
	width: 650px;
	float: right;
}
.left h1 {
	padding: 2px 0 5px 0px;
	color: #2000C2;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.left h2 {
	padding: 2px 0 5px 0px;
	color: #2100C7;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}
.left h3 {
	padding: 2px 0 5px 0px;
	color: #2200CC;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}

.left p {
	line-height: 18px;
	padding-bottom: 12px;
	text-align: left;
}

.left h2 a:hover { color: #333; }

.right {
	width: 180px;
	float: left;
	padding-top: 10px;
	margin-right: 30px;
}
.right h2 {
	padding: 5px 0 5px 0px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.right ul  {
color: #aaa;
margin: 3px 0 8px 0; 
text-decoration: none;	
list-style-type:none;	
}
.right ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.right ul a {
	font-weight: 600;
	color: #0D2DC1;
}
.right ul a:hover {
	padding-right: 6px;
	color : #0099FF;
}

#footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
	color: #333;
	background-color: #FFFFD5;
	background-image: url(../imagenes/menu.gif);
	background-repeat: no-repeat;
}
#footer a { color: #333; }
#footer a:hover {
	color: #0099FF;
}
.frmAncho {
	width: 280px;
}
.left li {
	margin-left: 20px;
}
#wrap #content .right p {
	text-align: left;
	font-weight: bold;
	color: #2000C2;
}
#wrap #content .left h1 img {
	text-align: center;
}
#wrap #content .left p img {
	text-align: center;
}

/* classses para flotacion de objetos */
.fltDerecha { /* flotacion derecha */
	float: right;
	margin-left: 8px;
}
.fltIzquierda { /* flotacion izquierda */
	float: left;
	margin-right: 8px;
}
a img {
       border-top-style: none;
       border-right-style: none;
       border-bottom-style: none;
       border-left-style: none;
}
