/* Global Styles */

*{
	padding: 0; /* Reset all padding to 0 */ 
	margin: 0; /* Reset all margin to 0 */
}

body{
	background: #e2effd; /* Set HTML background color */
	font: 14px "Lucida Grande";  /* Set global font size & family */
	color: #464646; /* Set global text color */
}

p{
	margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}

/* Header */

#header{
	background: url('../img/fondo_tit.png') repeat-x;
	height: 130px;
	width: 100%;
}

#header h2{
	color: #FFFFF3; /* Set header heading(top left title ) color */
	padding: 10px; /* Set padding, to center it within the header */
	font-weight: normal; /* Set font weight to normal, default it was set to bold */
}

/* Wrap */

#wrap{
	background: #FFFFFF; /* Set content background to white */
	width: 790px; /* Set the width of our content area */
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 40px; /* Margin top to make some space between the header and the content */
	margin-bottom: 30px;
	padding: 10px; /* Padding to make some more space for our text */
	border: 1px solid #DFDFDF; /* Small border for the finishing touch */
	text-align: center; /* Center our content text */
}

#wrap h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
	text-align: left;
}

#wrap h3{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
	text-align: left;
	font-weight: bold;
}

#wrap .statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 3px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}

#wrap .condiciones{
	text-align:justify;
	padding: 40px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}


#wrap2{
	background: #FFFFFF; /* Set content background to white */
	width: 480px; /* Set the width of our content area */
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 10px; /* Margin top to make some space between the header and the content */
	margin-bottom: 10px;
	padding: 10px; /* Padding to make some more space for our text */
	border: 1px solid #DFDFDF; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
}

#wrap2 h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
	text-align: left;
}

#wrap2 h3{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
	text-align: left;
	font-weight: bold;
}

#wrap2 .statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 3px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}

#wrap2 .condiciones{
	text-align:justify;
	padding: 40px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}


/* Form & Input field styles */ 

form{
	margin-top: 10px; /* Make some more distance away from the description text */ 
}

form .submit_button{
	background: #F9F9F9; /* Set button background */
	border: 1px solid #DFDFDF; /* Small border around our submit button */
	padding: 8px; /* Add some more space around our button text */
}

input{
	font: normal 16px Georgia; /* Set font for our input fields */
	border: 1px solid #DFDFDF; /* Small border around our input field */
	padding: 8px; /* Add some more space around our text */
}

table.login {
width: 790px;
margin: 0 auto 1em auto;
}

table.login h4{
	font: 11px Verdana; /* Set font for our heading 2 that will be displayed in our wrap */
	text-align: center;
}

table.loginw {
width: 790px;
margin: 0 auto 1em auto;
text-align: left;
}

table.ayuda {
	width: 790px;
	border: 1px solid #ffadad;
	margin: 0 auto 1em auto;
	background-color: #ffe4e4;
}

table.creditos {
width: 790px;
border: 1px solid #DFDFDF;
margin: 0 auto 1em auto;
}

table.creditos thead th {

font: bold .7em/1.4em Verdana, sans-serif;
color: #000;
text-align: left;
padding: .5em;
background-color: #EDEDED;
}

table.creditos tbody th {
font: .7em/1.4em Verdana, sans-serif;
color: #000;
text-align: left;
padding: .5em;
border-top: 1px solid #eee;
background-color: #f9f9f9;
}

table.creditos tbody td {
font: .7em/1.4em Verdana, sans-serif;
color: #666;
text-align: left;
border-top: 1px solid #eee;
padding: .5em;
}


th.cupos {
	width: 50px;
}

div#logo {  
    margin: auto;  
    padding-top: 0px;  
    width: 960px;  
}

div#problemas {  
	margin: auto;  
    padding-top: 0px;  
    width: 960px;
	text-align: center;
}

div#titulo {  
    margin: auto;  
    padding-top: 0px;  
    width: 960px;  
}